git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
5ae3447
)
lftp: set readline location
author
Dirk Neukirchen
<redacted>
Fri, 27 May 2016 14:32:01 +0000
(16:32 +0200)
committer
Dirk Neukirchen
<redacted>
Sat, 13 Aug 2016 16:50:52 +0000
(18:50 +0200)
configure tries to use host location
- fixes buildbot compile
Signed-off-by: Dirk Neukirchen <redacted>
net/lftp/Makefile
patch
|
blob
|
history
diff --git
a/net/lftp/Makefile
b/net/lftp/Makefile
index 7a59c0511fa376c2551ea8e81a18f92779137ac4..488006f984348e3d9921529ba7b6cb1f7cf40914 100644
(file)
--- 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
git clone https://git.99rst.org/PROJECT