From 3a19c119a0b5885189f069c4f416dc67d1a41896 Mon Sep 17 00:00:00 2001 From: mirko Date: Sat, 15 Jan 2011 19:08:52 +0000 Subject: [PATCH] [packages/rtorrent] fix build, adjust to new xmlrpc-c structure git-svn-id: svn://svn.openwrt.org/openwrt/packages@25010 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/rtorrent/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/rtorrent/Makefile b/net/rtorrent/Makefile index 6fb10db6f..cd2a0f5b1 100644 --- a/net/rtorrent/Makefile +++ b/net/rtorrent/Makefile @@ -30,7 +30,7 @@ define Package/rtorrent CATEGORY:=Network TITLE:=BitTorrent client for ncurses URL:=http://libtorrent.rakshasa.no/ - DEPENDS:=+libcurl +libtorrent +libncurses +libsigcxx +xmlrpc-c +libpthread + DEPENDS:=+libcurl +libtorrent +libncurses +libsigcxx +xmlrpc-c_server +libpthread endef define Package/rtorrent/description @@ -44,13 +44,13 @@ ifneq ($(CONFIG_GCC_VERSION_3_4)$(CONFIG_GCC_VERSION_4_1),) TARGET_CPPFLAGS += -fno-strict-aliasing endif -TARGET_LDFLAGS += -lpthread +TARGET_LDFLAGS += -lpthread -Wl,-rpath-link=$(STAGING_DIR)/usr/lib CONFIGURE_ARGS+= \ --enable-shared \ --disable-static \ --disable-debug \ - --with-xmlrpc-c \ + --with-xmlrpc-c define Build/Configure (cd $(PKG_BUILD_DIR); ./autogen.sh ); -- 2.11.0