From: Daniel Golle Date: Thu, 10 Sep 2026 12:07:06 +0000 (+0100) Subject: gnunet: use ATOMIC64_DEPENDS X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=d6f50e42d35ff682ab0ed1e03a9387942e766d20;p=openwrt-packages.git gnunet: use ATOMIC64_DEPENDS libatomic is only needed where the compiler does not inline 64-bit atomics, but the package depends on it on every target. ATOMIC64_DEPENDS restricts the dependency to those targets. Signed-off-by: Daniel Golle --- diff --git a/net/gnunet/Makefile b/net/gnunet/Makefile index 9bb1d8e3b..cd277247b 100644 --- a/net/gnunet/Makefile +++ b/net/gnunet/Makefile @@ -3,7 +3,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gnunet PKG_VERSION:=0.29.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@GNU/gnunet PKG_HASH:=c27055165d347388dd487a07d7d131506cae2eeca5ee2d49cfcccada1ac29acc @@ -42,7 +42,7 @@ endef define Package/gnunet $(call Package/gnunet/Default) TITLE+= - a peer-to-peer framework focusing on security - DEPENDS:=+libatomic +libgcrypt +libgmp +libgpg-error +libidn2 +libltdl \ + DEPENDS:=$(ATOMIC64_DEPENDS) +libgcrypt +libgmp +libgpg-error +libidn2 +libltdl \ +libsodium +libunistring +librt +zlib $(ICONV_DEPENDS) $(INTL_DEPENDS) USERID:=gnunet=958:gnunet=958 MENU:=1