aboutsummaryrefslogtreecommitdiff
path: root/net/gnunet/patches
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2019-05-14 02:56:43 +0200
committerDaniel Golle <daniel@makrotopia.org>2019-05-14 02:58:25 +0200
commit1f4df64f6a90510de13449e5dc0bd3f73e9f02d3 (patch)
treebfed1ce23b4e8382312f357a567c62a49ac8adde /net/gnunet/patches
parent65ca405328176d44d8fbaf32f0e6e0de2e80dafe (diff)
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 <daniel@makrotopia.org>
Diffstat (limited to 'net/gnunet/patches')
-rw-r--r--net/gnunet/patches/001-fix-libgnunetabe-build.patch33
1 files changed, 0 insertions, 33 deletions
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) \