mirror of https://github.com/openwrt/packages.git
lftp: set readline location
configure tries to use host location - fixes buildbot compile Signed-off-by: Dirk Neukirchen <plntyk.lede@plntyk.name>pull/3055/head
parent
5ae3447d2c
commit
3ea0e56273
|
@ -61,6 +61,7 @@ CONFIGURE_ARGS += \
|
|||
--without-libidn \
|
||||
--without-libresolv \
|
||||
--with-openssl="$(STAGING_DIR)/usr" \
|
||||
--with-readline="$(STAGING_DIR)/usr" \
|
||||
--with-zlib="$(STAGING_DIR)/usr" \
|
||||
--disable-static
|
||||
|
||||
|
|
Loading…
Reference in New Issue