From: Daniel Golle Date: Thu, 10 Sep 2026 12:07:07 +0000 (+0100) Subject: rtorrent: use ATOMIC64_DEPENDS X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=cc100f7a59b29605d5b76ded83810b3382f84aec;p=openwrt-packages.git 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 --- diff --git a/net/rtorrent/Makefile b/net/rtorrent/Makefile index 07a10f544..f54c4fba6 100644 --- a/net/rtorrent/Makefile +++ b/net/rtorrent/Makefile @@ -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