dev-libs/libffi: respect --libdir configure argument
authorFabian Groffen <grobian@gentoo.org>
Mon, 7 Jan 2019 13:26:37 +0000 (14:26 +0100)
committerFabian Groffen <grobian@gentoo.org>
Mon, 7 Jan 2019 13:27:12 +0000 (14:27 +0100)
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

dev-libs/libffi/libffi-3.3_rc0.ebuild

index 5f56796bb8791c06b71e5aeb970c39edaf2065ee..28a4141b97e5f55a20f3866bc185856e90817e38 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -50,6 +50,7 @@ multilib_src_configure() {
        use userland_BSD && export HOST="${CHOST}"
        econf \
                --includedir="${EPREFIX}"/usr/$(get_libdir)/${P}/include \
+               --disable-multi-os-directory \
                $(use_enable static-libs static) \
                $(use_enable pax_kernel pax_emutramp) \
                $(use_enable debug)