]> git.99rst.org Git - openwrt-packages.git/commitdiff
bind: use ATOMIC64_DEPENDS
authorDaniel Golle <redacted>
Thu, 10 Sep 2026 12:07:06 +0000 (13:07 +0100)
committerDaniel Golle <redacted>
Wed, 16 Sep 2026 15:35:19 +0000 (16:35 +0100)
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 <redacted>
net/bind/Makefile

index fd7fba2d226e9a3e82f9e353fb6aaff37688ab4b..6c482fb4503625c3d3e5197202300e02b2d5370c 100644 (file)
@@ -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 <frodo@morgul.net>
@@ -61,7 +61,7 @@ define Package/bind-libs
   DEPENDS:=+libopenssl \
        +zlib \
        +libpthread \
-       +libatomic \
+       $(ATOMIC64_DEPENDS) \
        +libuv \
        +liburcu \
        +BIND_ENABLE_DOH:libnghttp2 \
git clone https://git.99rst.org/PROJECT