Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libffi/
Date: Mon, 07 Jan 2019 13:28:34
Message-Id: 1546867632.ee05da6615a942299b2594b76f52cdbb51edca38.grobian@gentoo
1 commit: ee05da6615a942299b2594b76f52cdbb51edca38
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 7 13:26:37 2019 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 7 13:27:12 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee05da66
7
8 dev-libs/libffi: respect --libdir configure argument
9
10 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 dev-libs/libffi/libffi-3.3_rc0.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-libs/libffi/libffi-3.3_rc0.ebuild b/dev-libs/libffi/libffi-3.3_rc0.ebuild
17 index 5f56796bb87..28a4141b97e 100644
18 --- a/dev-libs/libffi/libffi-3.3_rc0.ebuild
19 +++ b/dev-libs/libffi/libffi-3.3_rc0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Authors
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -50,6 +50,7 @@ multilib_src_configure() {
27 use userland_BSD && export HOST="${CHOST}"
28 econf \
29 --includedir="${EPREFIX}"/usr/$(get_libdir)/${P}/include \
30 + --disable-multi-os-directory \
31 $(use_enable static-libs static) \
32 $(use_enable pax_kernel pax_emutramp) \
33 $(use_enable debug)