dev-libs/popt: add elibtoolize for ppc64le
authorMike Frysinger <vapier@gentoo.org>
Mon, 20 Mar 2017 19:48:22 +0000 (15:48 -0400)
committerMike Frysinger <vapier@gentoo.org>
Mon, 20 Mar 2017 19:48:58 +0000 (15:48 -0400)
The bundled libtool is too old and doesn't support ppc64le out of the box.

dev-libs/popt/popt-1.16-r2.ebuild

index 9206333b24be8ff8782e758774f63e3bc6a8074a..f8cdbd195302235c2b14d2e6ba1b89d2826820db 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-inherit eutils multilib-minimal
+inherit eutils multilib-minimal libtool
 
 DESCRIPTION="Parse Options - Command line parser"
 HOMEPAGE="http://rpm5.org/"
@@ -19,6 +19,7 @@ DEPEND="nls? ( sys-devel/gettext )"
 src_prepare() {
        epatch "${FILESDIR}"/fix-popt-pkgconfig-libdir.patch #349558
        sed -i -e 's:lt-test1:test1:' testit.sh || die
+       elibtoolize
 }
 
 multilib_src_configure() {