From 594db769132e55da8658f6188a472113e9b7675c Mon Sep 17 00:00:00 2001 From: Leno Hou Date: Tue, 28 Jun 2016 14:31:28 +0000 Subject: dev-libs/libverto: add elibtoolize w/ libverto to build for ppc64le This patch fixs mit-krb5 link with wrong libverto when emerge mit-krb5 Add elibtoolize will let's econf generate the configure for ppc64le and build the correct libverto for mit-krb5 to use. Signed-off-by: Leno Hou --- dev-libs/libverto/libverto-0.2.5-r1.ebuild | 3 ++- dev-libs/libverto/libverto-0.2.5.ebuild | 3 +++ dev-libs/libverto/libverto-0.2.6.ebuild | 3 ++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/dev-libs/libverto/libverto-0.2.5-r1.ebuild b/dev-libs/libverto/libverto-0.2.5-r1.ebuild index cd1aecd..3d06f99 100644 --- a/dev-libs/libverto/libverto-0.2.5-r1.ebuild +++ b/dev-libs/libverto/libverto-0.2.5-r1.ebuild @@ -4,7 +4,7 @@ EAPI=5 -inherit multilib-minimal +inherit multilib-minimal libtool DESCRIPTION="Main event loop abstraction library" HOMEPAGE="https://fedorahosted.org/libverto/" @@ -33,6 +33,7 @@ src_prepare() { # callback on error, but we explicitly test for this behaviour. Do not run # tevent tests for now. sed -i -e 's/def HAVE_TEVENT/ 0/' tests/test.h || die + elibtoolize } multilib_src_configure() { diff --git a/dev-libs/libverto/libverto-0.2.5.ebuild b/dev-libs/libverto/libverto-0.2.5.ebuild index 92642a9..9aac4aa 100644 --- a/dev-libs/libverto/libverto-0.2.5.ebuild +++ b/dev-libs/libverto/libverto-0.2.5.ebuild @@ -4,6 +4,8 @@ EAPI=5 +inherit libtool + DESCRIPTION="Main event loop abstraction library" HOMEPAGE="https://fedorahosted.org/libverto/" SRC_URI="https://fedorahosted.org/releases/l/i/libverto/${P}.tar.gz" @@ -31,6 +33,7 @@ src_prepare() { # callback on error, but we explicitly test for this behaviour. Do not run # tevent tests for now. sed -i -e 's/def HAVE_TEVENT/ 0/' tests/test.h || die + elibtoolize } src_configure() { diff --git a/dev-libs/libverto/libverto-0.2.6.ebuild b/dev-libs/libverto/libverto-0.2.6.ebuild index 6f6eff7..fc0711a 100644 --- a/dev-libs/libverto/libverto-0.2.6.ebuild +++ b/dev-libs/libverto/libverto-0.2.6.ebuild @@ -4,7 +4,7 @@ EAPI=5 -inherit multilib-minimal +inherit multilib-minimal libtool DESCRIPTION="Main event loop abstraction library" HOMEPAGE="https://fedorahosted.org/libverto/" @@ -33,6 +33,7 @@ src_prepare() { # callback on error, but we explicitly test for this behaviour. Do not run # tevent tests for now. sed -i -e 's/def HAVE_TEVENT/ 0/' tests/test.h || die + elibtoolize } multilib_src_configure() { -- cgit v1.2.3-65-gdbad