Browse Source

Merge pull request #3055 from plntyk/fix_lftp

lftp: set readline location
lilik-openwrt-22.03
Ted Hess 8 years ago
committed by GitHub
parent
commit
b5ee7e95b1
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      net/lftp/Makefile

+ 1
- 0
net/lftp/Makefile View File

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