diff options
Diffstat (limited to 'net-ftp/lftp')
-rw-r--r-- | net-ftp/lftp/lftp-4.7.2-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-ftp/lftp/lftp-4.7.2-r1.ebuild b/net-ftp/lftp/lftp-4.7.2-r1.ebuild index ee27925a8942..e1cd91d13c2e 100644 --- a/net-ftp/lftp/lftp-4.7.2-r1.ebuild +++ b/net-ftp/lftp/lftp-4.7.2-r1.ebuild @@ -75,6 +75,7 @@ src_configure() { $(use_enable ipv6) \ $(usex ssl "$(use_with !gnutls openssl ${EPREFIX}/usr)" '--without-openssl') \ $(use_with socks5 socksdante "${EPREFIX}"/usr) \ + --with-readline="${EPREFIX}"/usr \ --enable-packager-mode \ --sysconfdir="${EPREFIX}"/etc/${PN} \ --with-modules \ |