commit 34f9d6f45b3c81670586fb9313ff8f3929e71f86
parent 4fb546380f97215be69371bddaaf266daa4884d5
Author: John Crispin <blogic@openwrt.org>
Date: Thu, 17 Jul 2014 17:50:58 +0100
rtorrent: missing LDFLAG
libtorrent requires zlib to be linked
Signed-off-by: John Crispin <blogic@openwrt.org>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/rtorrent/Makefile b/net/rtorrent/Makefile
@@ -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 \