rtorrent: missing LDFLAG

libtorrent requires zlib to be linked

Signed-off-by: John Crispin <blogic@openwrt.org>
This commit is contained in:
John Crispin 2014-07-17 17:50:58 +01:00
parent 4fb546380f
commit 34f9d6f45b
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ $(call Package/rtorrent/Default/description)
This package is built with xmlrpc support
endef
TARGET_LDFLAGS += -lpthread -Wl,-rpath-link=$(STAGING_DIR)/usr/lib
TARGET_LDFLAGS += -lz -lpthread -Wl,-rpath-link=$(STAGING_DIR)/usr/lib
CONFIGURE_ARGS+= \
--enable-shared \