mirror of https://github.com/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 <daniel@makrotopia.org>pull/30548/head
parent
80d3aabb68
commit
cc100f7a59
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue