Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/ppc64le:master commit in: net-libs/libmnl/
Date: Tue, 28 Jun 2016 17:29:52
Message-Id: 1467135144.f9b48af2a0023ebee5d1256378d3f453e0a4b6a1.blueness@gentoo
1 commit: f9b48af2a0023ebee5d1256378d3f453e0a4b6a1
2 Author: Leno Hou <lenohou <AT> gmail <DOT> com>
3 AuthorDate: Tue Jun 28 14:31:24 2016 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 28 17:32:24 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/ppc64le.git/commit/?id=f9b48af2
7
8 net-libs/libmnl: run elibtoolize #580792
9
10 This is needed to support newer platforms (like ppc64le).
11 Signed-off-by: Leno Hou <lenohou <AT> gmail.com>
12 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
13
14 net-libs/libmnl/libmnl-1.0.3-r1.ebuild | 5 ++++-
15 1 file changed, 4 insertions(+), 1 deletion(-)
16
17 diff --git a/net-libs/libmnl/libmnl-1.0.3-r1.ebuild b/net-libs/libmnl/libmnl-1.0.3-r1.ebuild
18 index 4b0bbc2..bca8c8e 100644
19 --- a/net-libs/libmnl/libmnl-1.0.3-r1.ebuild
20 +++ b/net-libs/libmnl/libmnl-1.0.3-r1.ebuild
21 @@ -4,7 +4,7 @@
22
23 EAPI=4
24
25 -inherit eutils toolchain-funcs
26 +inherit eutils libtool toolchain-funcs
27
28 DESCRIPTION="Minimalistic netlink library"
29 HOMEPAGE="http://netfilter.org/projects/libmnl"
30 @@ -15,6 +15,9 @@ SLOT="0"
31 KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux"
32 IUSE="examples static-libs"
33
34 +src_prepare(){
35 + elibtoolize #580792
36 +}
37 src_configure() {
38 econf $(use_enable static-libs static)
39 }