diff options
author | Leno Hou <lenohou@gmail.com> | 2016-06-28 14:31:28 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-06-28 13:42:21 -0400 |
commit | 594db769132e55da8658f6188a472113e9b7675c (patch) | |
tree | 8593a19a0ea552a26fc22c46c23b66947a97a9ce | |
parent | dev-libs/libverto: copy from tree (diff) | |
download | ppc64le-594db769132e55da8658f6188a472113e9b7675c.tar.gz ppc64le-594db769132e55da8658f6188a472113e9b7675c.tar.bz2 ppc64le-594db769132e55da8658f6188a472113e9b7675c.zip |
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 <lenohou@gmail.com>
-rw-r--r-- | dev-libs/libverto/libverto-0.2.5-r1.ebuild | 3 | ||||
-rw-r--r-- | dev-libs/libverto/libverto-0.2.5.ebuild | 3 | ||||
-rw-r--r-- | 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() { |