From: Daniel Golle Date: Thu, 10 Sep 2026 12:07:06 +0000 (+0100) Subject: bind: use ATOMIC64_DEPENDS X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=b8c4efa23a7126727325d3b49ac5dd0780c60cd9;p=openwrt-packages.git bind: 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/bind/Makefile b/net/bind/Makefile index fd7fba2d2..6c482fb45 100644 --- a/net/bind/Makefile +++ b/net/bind/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bind PKG_VERSION:=9.20.26 -PKG_RELEASE:=1 +PKG_RELEASE:=2 USERID:=bind=57:bind=57 PKG_MAINTAINER:=Noah Meyerhans @@ -61,7 +61,7 @@ define Package/bind-libs DEPENDS:=+libopenssl \ +zlib \ +libpthread \ - +libatomic \ + $(ATOMIC64_DEPENDS) \ +libuv \ +liburcu \ +BIND_ENABLE_DOH:libnghttp2 \