]> git.99rst.org Git - openwrt-packages.git/commit
nfdump: 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)
commitb1d91158c2215f0830f3704f1e2a9adbd0a36b20
treec42e47aa50cc37115e5d09b751255e565ac6d101
parente99ffadc692d8491a05ced50ff5817220d2d9397
nfdump: 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/nfdump/Makefile
git clone https://git.99rst.org/PROJECT