commit 3ea0e56273211b2c441a2d377b2a031487973862
parent 5ae3447d2c708a9f15979c79fc3e6db45545a0a9
Author: Dirk Neukirchen <plntyk.lede@plntyk.name>
Date: Fri, 27 May 2016 16:32:01 +0200
lftp: set readline location
configure tries to use host location
- fixes buildbot compile
Signed-off-by: Dirk Neukirchen <plntyk.lede@plntyk.name>
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/net/lftp/Makefile b/net/lftp/Makefile
@@ -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