From 8d78615d0bf1307807e9e9ab92672a61f17ea4c7 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 24 Aug 2021 15:25:21 +0200 Subject: -remove pthread dependency, add additional libexec binary to gnunet package --- contrib/Makefile.inc | 3 ++- debian/gnunet.install | 1 + src/setu/Makefile.am | 11 +++-------- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/contrib/Makefile.inc b/contrib/Makefile.inc index c737a07f8..a563ef4a1 100644 --- a/contrib/Makefile.inc +++ b/contrib/Makefile.inc @@ -8,7 +8,8 @@ BUILDCOMMON_SHLIB_FILES = \ build-common/sh/lib.sh/existence_python.sh \ build-common/sh/lib.sh/msg.sh \ build-common/sh/lib.sh/progname.sh \ - build-common/sh/lib.sh/version_gnunet.sh + build-common/sh/lib.sh/version_gnunet.sh \ + build-common/LICENSE BUILDCOMMON_CONF_FILES = \ build-common/conf/.dir-locals.el \ diff --git a/debian/gnunet.install b/debian/gnunet.install index 7bf5dce83..a19f47cc8 100644 --- a/debian/gnunet.install +++ b/debian/gnunet.install @@ -1,5 +1,6 @@ etc/gnunet.conf usr/bin/ +usr/libexec/gnunet-cmds-helper usr/lib/*/gnunet/ usr/lib/*/*.so.* usr/share/man/ diff --git a/src/setu/Makefile.am b/src/setu/Makefile.am index 6e2865d8c..77d048add 100644 --- a/src/setu/Makefile.am +++ b/src/setu/Makefile.am @@ -7,8 +7,6 @@ libexecdir= $(pkglibdir)/libexec/ plugindir = $(libdir)/gnunet -PTHREAD = -lpthread - pkgcfg_DATA = \ setu.conf @@ -65,8 +63,7 @@ libgnunetsetu_la_SOURCES = \ setu_api.c setu.h libgnunetsetu_la_LIBADD = \ $(top_builddir)/src/util/libgnunetutil.la \ - $(LTLIBINTL) \ - $(PTHREAD) + $(LTLIBINTL) libgnunetsetu_la_LDFLAGS = \ $(GN_LIB_LDFLAGS) @@ -94,8 +91,7 @@ perf_setu_api_SOURCES = \ perf_setu_api_LDADD = \ $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/testing/libgnunettesting.la \ - libgnunetsetu.la \ - $(PTHREAD) + libgnunetsetu.la plugin_LTLIBRARIES = \ @@ -107,8 +103,7 @@ libgnunet_plugin_block_setu_test_la_LIBADD = \ $(top_builddir)/src/block/libgnunetblock.la \ $(top_builddir)/src/block/libgnunetblockgroup.la \ $(top_builddir)/src/util/libgnunetutil.la \ - $(LTLIBINTL) \ - $(PTHREAD) + $(LTLIBINTL) libgnunet_plugin_block_setu_test_la_LDFLAGS = \ $(GN_PLUGIN_LDFLAGS) -- cgit v1.2.3