projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10a6fdc
)
Fix rtorrent dependency against libsigcxx
author
Florian Fainelli
<florian@openwrt.org>
Wed, 12 Nov 2008 02:21:47 +0000
(
02:21
+0000)
committer
Florian Fainelli
<florian@openwrt.org>
Wed, 12 Nov 2008 02:21:47 +0000
(
02:21
+0000)
SVN-Revision: 13191
net/rtorrent/Makefile
patch
|
blob
|
history
diff --git
a/net/rtorrent/Makefile
b/net/rtorrent/Makefile
index 2c411a5662243f36fbdd357c4e2250395d3493a8..1048208c9b3bca70cd1ca03cb7064b09005ac36c 100644
(file)
--- a/
net/rtorrent/Makefile
+++ b/
net/rtorrent/Makefile
@@
-26,7
+26,7
@@
define Package/rtorrent
CATEGORY:=Network
TITLE:=BitTorrent client for ncurses
URL:=http://libtorrent.rakshasa.no/
- DEPENDS:=+libcurl +libtorrent +libncurses
+ DEPENDS:=+libcurl +libtorrent +libncurses
+libsigcxx
endef
define Package/rtorrent/description
@@
-42,7
+42,7
@@
CONFIGURE_ARGS+= \
--disable-debug \
CONFIGURE_VARS += \
- LIBS="-lm" \
+ LIBS="-lm
-luClibc++
" \
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \