aboutsummaryrefslogtreecommitdiff
path: root/net/gnunet/Makefile
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2019-12-29 13:28:34 +0200
committerDaniel Golle <daniel@makrotopia.org>2019-12-29 14:18:45 +0200
commitb924c3e001c95ce15bdf1a57b2bf5923e62ee51b (patch)
tree5fe1c0ac7b27f21fcfa8c9586c60aa6ad14f40a2 /net/gnunet/Makefile
parentc14a88451a3789346a82bc448fed69480f641f4e (diff)
gnunet: update to version 0.12.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'net/gnunet/Makefile')
-rw-r--r--net/gnunet/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/net/gnunet/Makefile b/net/gnunet/Makefile
index 1381fc6aa..e3504e419 100644
--- a/net/gnunet/Makefile
+++ b/net/gnunet/Makefile
@@ -2,11 +2,11 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=gnunet
-PKG_VERSION:=0.12.0
+PKG_VERSION:=0.12.1
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@GNU/gnunet
-PKG_HASH:=2184ace2960e4757969f3cd6bc0dba6f136871bf7bcca5d80a7147bde0d2e0af
+PKG_HASH:=5553014dfa8b9aefa96fe83c6a8b8a84a28b30655df0ce283fd3e44a5a1b1f7e
PKG_LICENSE:=AGPL-3.0
PKG_LICENSE_FILES:=COPYING
@@ -41,6 +41,9 @@ CONFIGURE_ARGS+= \
--with-libunistring-prefix=$(STAGING_DIR)/usr \
--with-microhttpd=$(STAGING_DIR)/usr
+# upstream now provides --with-pulseaudio but doesn't detect rpath
+TARGET_LDFLAGS+= -Wl,-rpath-link=$(STAGING_DIR)/usr/lib/pulseaudio
+
define Package/gnunet/Default
SECTION:=net
CATEGORY:=Network