mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
rtorrent: missing LDFLAG
libtorrent requires zlib to be linked Signed-off-by: John Crispin <blogic@openwrt.org>
This commit is contained in:
@@ -64,7 +64,7 @@ $(call Package/rtorrent/Default/description)
|
|||||||
This package is built with xmlrpc support
|
This package is built with xmlrpc support
|
||||||
endef
|
endef
|
||||||
|
|
||||||
TARGET_LDFLAGS += -lpthread -Wl,-rpath-link=$(STAGING_DIR)/usr/lib
|
TARGET_LDFLAGS += -lz -lpthread -Wl,-rpath-link=$(STAGING_DIR)/usr/lib
|
||||||
|
|
||||||
CONFIGURE_ARGS+= \
|
CONFIGURE_ARGS+= \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
|
|||||||
Reference in New Issue
Block a user