From: florian Date: Wed, 12 Nov 2008 02:21:47 +0000 (+0000) Subject: Fix rtorrent dependency against libsigcxx X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=93c704eb222eb6e4ae9b2b0860ded6ebe13760a7;p=packages.git Fix rtorrent dependency against libsigcxx git-svn-id: svn://svn.openwrt.org/openwrt/packages@13191 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/rtorrent/Makefile b/net/rtorrent/Makefile index 2c411a566..1048208c9 100644 --- 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) \