1 |
commit: de4471051ee82f38df604ce9507bc06ab4dc788e |
2 |
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> |
3 |
AuthorDate: Sat Feb 3 11:37:39 2018 +0000 |
4 |
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> |
5 |
CommitDate: Sat Feb 3 11:38:09 2018 +0000 |
6 |
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de447105 |
7 |
|
8 |
net-ftp/lftp: Pass --libdir to econf (maybe bug #646284). |
9 |
|
10 |
Package-Manager: Portage-2.3.20, Repoman-2.3.6 |
11 |
|
12 |
net-ftp/lftp/lftp-4.7.5.ebuild | 3 ++- |
13 |
net-ftp/lftp/lftp-4.8.2.ebuild | 3 ++- |
14 |
net-ftp/lftp/lftp-4.8.3.ebuild | 3 ++- |
15 |
net-ftp/lftp/lftp-9999.ebuild | 3 ++- |
16 |
4 files changed, 8 insertions(+), 4 deletions(-) |
17 |
|
18 |
diff --git a/net-ftp/lftp/lftp-4.7.5.ebuild b/net-ftp/lftp/lftp-4.7.5.ebuild |
19 |
index 087b60b4d88..138bce2efde 100644 |
20 |
--- a/net-ftp/lftp/lftp-4.7.5.ebuild |
21 |
+++ b/net-ftp/lftp/lftp-4.7.5.ebuild |
22 |
@@ -2,7 +2,7 @@ |
23 |
# Distributed under the terms of the GNU General Public License v2 |
24 |
|
25 |
EAPI=6 |
26 |
-inherit autotools eutils libtool |
27 |
+inherit autotools eutils libtool multilib |
28 |
|
29 |
DESCRIPTION="A sophisticated ftp/sftp/http/https/torrent client and file transfer program" |
30 |
HOMEPAGE="https://lftp.tech/" |
31 |
@@ -76,6 +76,7 @@ src_configure() { |
32 |
$(usex ssl "$(use_with !gnutls openssl ${EPREFIX}/usr)" '--without-openssl') \ |
33 |
$(usex ssl "$(use_with gnutls)" '--without-gnutls') \ |
34 |
--enable-packager-mode \ |
35 |
+ --libdir="${EPREFIX}/usr/$(get_libdir)" \ |
36 |
--sysconfdir="${EPREFIX}"/etc/${PN} \ |
37 |
--with-modules \ |
38 |
--with-readline="${EPREFIX}"/usr \ |
39 |
|
40 |
diff --git a/net-ftp/lftp/lftp-4.8.2.ebuild b/net-ftp/lftp/lftp-4.8.2.ebuild |
41 |
index ca93056b264..a6577ffe126 100644 |
42 |
--- a/net-ftp/lftp/lftp-4.8.2.ebuild |
43 |
+++ b/net-ftp/lftp/lftp-4.8.2.ebuild |
44 |
@@ -2,7 +2,7 @@ |
45 |
# Distributed under the terms of the GNU General Public License v2 |
46 |
|
47 |
EAPI=6 |
48 |
-inherit autotools eutils libtool |
49 |
+inherit autotools eutils libtool multilib |
50 |
|
51 |
DESCRIPTION="A sophisticated ftp/sftp/http/https/torrent client and file transfer program" |
52 |
HOMEPAGE="https://lftp.tech/" |
53 |
@@ -79,6 +79,7 @@ src_configure() { |
54 |
$(usex ssl "$(use_with !gnutls openssl ${EPREFIX}/usr)" '--without-openssl') \ |
55 |
$(usex ssl "$(use_with gnutls)" '--without-gnutls') \ |
56 |
--enable-packager-mode \ |
57 |
+ --libdir="${EPREFIX}/usr/$(get_libdir)" \ |
58 |
--sysconfdir="${EPREFIX}"/etc/${PN} \ |
59 |
--with-modules \ |
60 |
--with-readline="${EPREFIX}"/usr \ |
61 |
|
62 |
diff --git a/net-ftp/lftp/lftp-4.8.3.ebuild b/net-ftp/lftp/lftp-4.8.3.ebuild |
63 |
index ca93056b264..a6577ffe126 100644 |
64 |
--- a/net-ftp/lftp/lftp-4.8.3.ebuild |
65 |
+++ b/net-ftp/lftp/lftp-4.8.3.ebuild |
66 |
@@ -2,7 +2,7 @@ |
67 |
# Distributed under the terms of the GNU General Public License v2 |
68 |
|
69 |
EAPI=6 |
70 |
-inherit autotools eutils libtool |
71 |
+inherit autotools eutils libtool multilib |
72 |
|
73 |
DESCRIPTION="A sophisticated ftp/sftp/http/https/torrent client and file transfer program" |
74 |
HOMEPAGE="https://lftp.tech/" |
75 |
@@ -79,6 +79,7 @@ src_configure() { |
76 |
$(usex ssl "$(use_with !gnutls openssl ${EPREFIX}/usr)" '--without-openssl') \ |
77 |
$(usex ssl "$(use_with gnutls)" '--without-gnutls') \ |
78 |
--enable-packager-mode \ |
79 |
+ --libdir="${EPREFIX}/usr/$(get_libdir)" \ |
80 |
--sysconfdir="${EPREFIX}"/etc/${PN} \ |
81 |
--with-modules \ |
82 |
--with-readline="${EPREFIX}"/usr \ |
83 |
|
84 |
diff --git a/net-ftp/lftp/lftp-9999.ebuild b/net-ftp/lftp/lftp-9999.ebuild |
85 |
index c6930de30ea..75206b99240 100644 |
86 |
--- a/net-ftp/lftp/lftp-9999.ebuild |
87 |
+++ b/net-ftp/lftp/lftp-9999.ebuild |
88 |
@@ -2,7 +2,7 @@ |
89 |
# Distributed under the terms of the GNU General Public License v2 |
90 |
|
91 |
EAPI=6 |
92 |
-inherit autotools eutils git-r3 libtool |
93 |
+inherit autotools eutils git-r3 libtool multilib |
94 |
|
95 |
DESCRIPTION="A sophisticated ftp/sftp/http/https/torrent client and file transfer program" |
96 |
HOMEPAGE="https://lftp.tech/" |
97 |
@@ -74,6 +74,7 @@ src_configure() { |
98 |
$(usex ssl "$(use_with !gnutls openssl ${EPREFIX}/usr)" '--without-openssl') \ |
99 |
$(usex ssl "$(use_with gnutls)" '--without-gnutls') \ |
100 |
--enable-packager-mode \ |
101 |
+ --libdir="${EPREFIX}/usr/$(get_libdir)" \ |
102 |
--sysconfdir="${EPREFIX}"/etc/${PN} \ |
103 |
--with-modules \ |
104 |
--with-readline="${EPREFIX}"/usr \ |