diff options
author | Benda Xu <heroxbd@gentoo.org> | 2016-06-11 14:40:18 +0900 |
---|---|---|
committer | Benda Xu <heroxbd@gentoo.org> | 2016-06-11 14:40:49 +0900 |
commit | fe59d66599849f194881eac781f5a958e07141cd (patch) | |
tree | 2cf80924cb984ef67d15aa103fa1fcd050708f77 /net-ftp/lftp | |
parent | sys-libs/argp-standalone: build with gcc6, bug #582776 (diff) | |
download | gentoo-fe59d66599849f194881eac781f5a958e07141cd.tar.gz gentoo-fe59d66599849f194881eac781f5a958e07141cd.tar.bz2 gentoo-fe59d66599849f194881eac781f5a958e07141cd.zip |
net-ftp/lftp: specify readline location to support Prefix.
Package-Manager: portage-2.2.28
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 \ |