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>
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>
DEPENDS:=+libopenssl \
+zlib \
+libpthread \
- +libatomic \
+ $(ATOMIC64_DEPENDS) \
+libuv \
+liburcu \
+BIND_ENABLE_DOH:libnghttp2 \