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 <daniel@makrotopia.org>
pull/30548/head
Daniel Golle 2026-09-10 13:07:07 +01:00
parent 80d3aabb68
commit cc100f7a59
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ define Package/rtorrent/Default
CATEGORY:=Network
TITLE:=BitTorrent client for ncurses
URL:=https://github.com/rakshasa/rtorrent
DEPENDS:=+libcurl +libncurses +libatomic +libopenssl +libstdcpp +zlib
DEPENDS:=+libcurl +libncurses $(ATOMIC64_DEPENDS) +libopenssl +libstdcpp +zlib
endef
define Package/rtorrent/Default/description