Fix rtorrent dependency against libsigcxx
git-svn-id: svn://svn.openwrt.org/openwrt/packages@13191 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
8b6929619c
commit
93c704eb22
@ -26,7 +26,7 @@ define Package/rtorrent
|
|||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
TITLE:=BitTorrent client for ncurses
|
TITLE:=BitTorrent client for ncurses
|
||||||
URL:=http://libtorrent.rakshasa.no/
|
URL:=http://libtorrent.rakshasa.no/
|
||||||
DEPENDS:=+libcurl +libtorrent +libncurses
|
DEPENDS:=+libcurl +libtorrent +libncurses +libsigcxx
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/rtorrent/description
|
define Package/rtorrent/description
|
||||||
@ -42,7 +42,7 @@ CONFIGURE_ARGS+= \
|
|||||||
--disable-debug \
|
--disable-debug \
|
||||||
|
|
||||||
CONFIGURE_VARS += \
|
CONFIGURE_VARS += \
|
||||||
LIBS="-lm" \
|
LIBS="-lm -luClibc++" \
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user