Browse Source

rtorrent: missing LDFLAG

libtorrent requires zlib to be linked

Signed-off-by: John Crispin <blogic@openwrt.org>
lilik-openwrt-22.03
John Crispin 11 years ago
parent
commit
34f9d6f45b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      net/rtorrent/Makefile

+ 1
- 1
net/rtorrent/Makefile View File

@ -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…
Cancel
Save