rtorrent: missing LDFLAG
libtorrent requires zlib to be linked Signed-off-by: John Crispin <blogic@openwrt.org>
This commit is contained in:
parent
4fb546380f
commit
34f9d6f45b
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue