]> git.99rst.org Git - openwrt-packages.git/commit
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)
commitb8c4efa23a7126727325d3b49ac5dd0780c60cd9
tree7f9d0f0a3a1cb4cc5f8cd683921d52ac1212f138
parent854113b40e4159536124e60e3b6cec93e4c7461e
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 <redacted>
net/bind/Makefile
git clone https://git.99rst.org/PROJECT