From 1f4df64f6a90510de13449e5dc0bd3f73e9f02d3 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Tue, 14 May 2019 02:56:43 +0200 Subject: gnunet: update to v0.11.4 and clean-up packaging gnunet-reclaim-sqlite is no more in 0.11.4. Also remove duplicate files also contained in gnunet-utils package. Signed-off-by: Daniel Golle --- .../patches/001-fix-libgnunetabe-build.patch | 33 ---------------------- 1 file changed, 33 deletions(-) delete mode 100644 net/gnunet/patches/001-fix-libgnunetabe-build.patch (limited to 'net/gnunet/patches') diff --git a/net/gnunet/patches/001-fix-libgnunetabe-build.patch b/net/gnunet/patches/001-fix-libgnunetabe-build.patch deleted file mode 100644 index ed7474a31..000000000 --- a/net/gnunet/patches/001-fix-libgnunetabe-build.patch +++ /dev/null @@ -1,33 +0,0 @@ -diff --git a/src/abe/Makefile.am b/src/abe/Makefile.am -index 23a7ae68e..cccd3ccb0 100644 ---- a/src/abe/Makefile.am -+++ b/src/abe/Makefile.am -@@ -20,6 +20,8 @@ libgnunetabe_la_LIBADD = \ - $(LTLIBICONV) \ - $(LTLIBINTL) \ - $(ABE_LIBADD) \ -+ $(top_builddir)/src/util/libgnunetutil.la \ -+ -lgmp \ - -lgabe \ - -lpbc \ - -lglib-2.0 \ -diff --git a/src/reclaim/Makefile.am b/src/reclaim/Makefile.am -index 13918508e..be50cce26 100644 ---- a/src/reclaim/Makefile.am -+++ b/src/reclaim/Makefile.am -@@ -99,6 +99,7 @@ libgnunet_plugin_reclaim_sqlite_la_LIBADD = \ - libgnunetreclaim.la \ - $(top_builddir)/src/sq/libgnunetsq.la \ - $(top_builddir)/src/statistics/libgnunetstatistics.la \ -+ $(top_builddir)/src/reclaim-attribute/libgnunetreclaimattribute.la \ - $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) -lsqlite3 \ - $(LTLIBINTL) - libgnunet_plugin_reclaim_sqlite_la_LDFLAGS = \ -@@ -126,6 +127,7 @@ libgnunetreclaim_la_SOURCES = \ - reclaim.h - libgnunetreclaim_la_LIBADD = \ - $(top_builddir)/src/util/libgnunetutil.la \ -+ $(top_builddir)/src/reclaim-attribute/libgnunetreclaimattribute.la \ - $(GN_LIBINTL) $(XLIB) - libgnunetreclaim_la_LDFLAGS = \ - $(GN_LIB_LDFLAGS) $(WINFLAGS) \ -- cgit v1.2.3