]> git.99rst.org Git - openwrt-packages.git/commit
rtorrent: use ATOMIC64_DEPENDS
authorDaniel Golle <redacted>
Thu, 10 Sep 2026 12:07:07 +0000 (13:07 +0100)
committerDaniel Golle <redacted>
Wed, 16 Sep 2026 15:35:19 +0000 (16:35 +0100)
commitcc100f7a59b29605d5b76ded83810b3382f84aec
tree10f59540723a032aabce6d32c924999b8cb14e86
parent80d3aabb68eb855872183ee050d4a7a981d5eec6
rtorrent: 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/rtorrent/Makefile
git clone https://git.99rst.org/PROJECT