mirror of https://github.com/openwrt/packages.git
rtorrent: missing LDFLAG
libtorrent requires zlib to be linked Signed-off-by: John Crispin <blogic@openwrt.org>pull/104/head
parent
4fb546380f
commit
34f9d6f45b
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue