[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
This commit is contained in:
parent
43b5ce96b0
commit
3a19c119a0
@ -30,7 +30,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 +libsigcxx +xmlrpc-c +libpthread
|
DEPENDS:=+libcurl +libtorrent +libncurses +libsigcxx +xmlrpc-c_server +libpthread
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/rtorrent/description
|
define Package/rtorrent/description
|
||||||
@ -44,13 +44,13 @@ ifneq ($(CONFIG_GCC_VERSION_3_4)$(CONFIG_GCC_VERSION_4_1),)
|
|||||||
TARGET_CPPFLAGS += -fno-strict-aliasing
|
TARGET_CPPFLAGS += -fno-strict-aliasing
|
||||||
endif
|
endif
|
||||||
|
|
||||||
TARGET_LDFLAGS += -lpthread
|
TARGET_LDFLAGS += -lpthread -Wl,-rpath-link=$(STAGING_DIR)/usr/lib
|
||||||
|
|
||||||
CONFIGURE_ARGS+= \
|
CONFIGURE_ARGS+= \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--disable-debug \
|
--disable-debug \
|
||||||
--with-xmlrpc-c \
|
--with-xmlrpc-c
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
(cd $(PKG_BUILD_DIR); ./autogen.sh );
|
(cd $(PKG_BUILD_DIR); ./autogen.sh );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user