From: Daniel Golle Date: Thu, 10 Sep 2026 12:07:07 +0000 (+0100) Subject: netatalk: use ATOMIC64_DEPENDS X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=e99ffadc692d8491a05ced50ff5817220d2d9397;p=openwrt-packages.git netatalk: 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/netatalk/Makefile b/net/netatalk/Makefile index 8144b0dc6..64f0dde9a 100644 --- a/net/netatalk/Makefile +++ b/net/netatalk/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=netatalk PKG_VERSION:=4.4.3 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@SF/netatalk @@ -31,7 +31,7 @@ define Package/netatalk/Default TITLE:=Apple Filing Protocol PROVIDES:=netatalk URL:=https://netatalk.io - DEPENDS:=+libevent2 +libdb47 +libgcrypt +iniparser +libatomic + DEPENDS:=+libevent2 +libdb47 +libgcrypt +iniparser $(ATOMIC64_DEPENDS) endef define Package/netatalk-small