From: John Crispin Date: Thu, 17 Jul 2014 16:50:58 +0000 (+0100) Subject: rtorrent: missing LDFLAG X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=34f9d6f45b3c81670586fb9313ff8f3929e71f86;p=openwrt-packages.git rtorrent: missing LDFLAG libtorrent requires zlib to be linked Signed-off-by: John Crispin --- diff --git a/net/rtorrent/Makefile b/net/rtorrent/Makefile index 933b869b9..629e189df 100644 --- 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 \