diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2014-01-20 20:09:40 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2014-01-20 20:09:40 +0000 |
commit | 423f5495519d7479e4dc26e00a19deeb2671060e (patch) | |
tree | e30a21e442b0084d1d6bc38e10863a33a19167f0 /net-libs | |
parent | Stabilize SELinux userspace for amd64 and x86 (diff) | |
download | gentoo-2-423f5495519d7479e4dc26e00a19deeb2671060e.tar.gz gentoo-2-423f5495519d7479e4dc26e00a19deeb2671060e.tar.bz2 gentoo-2-423f5495519d7479e4dc26e00a19deeb2671060e.zip |
Let us actually install this shared library.
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key 0xB5058F9A)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libnftnl/ChangeLog | 8 | ||||
-rw-r--r-- | net-libs/libnftnl/libnftnl-1.0.0-r1.ebuild (renamed from net-libs/libnftnl/libnftnl-1.0.0.ebuild) | 7 |
2 files changed, 11 insertions, 4 deletions
diff --git a/net-libs/libnftnl/ChangeLog b/net-libs/libnftnl/ChangeLog index a2d934f1db09..8ff850312e29 100644 --- a/net-libs/libnftnl/ChangeLog +++ b/net-libs/libnftnl/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-libs/libnftnl # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libnftnl/ChangeLog,v 1.1 2014/01/20 19:54:23 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnftnl/ChangeLog,v 1.2 2014/01/20 20:09:40 chainsaw Exp $ + +*libnftnl-1.0.0-r1 (20 Jan 2014) + + 20 Jan 2014; Tony Vroon <chainsaw@gentoo.org> -libnftnl-1.0.0.ebuild, + +libnftnl-1.0.0-r1.ebuild: + Let us actually install this shared library. *libnftnl-1.0.0 (20 Jan 2014) diff --git a/net-libs/libnftnl/libnftnl-1.0.0.ebuild b/net-libs/libnftnl/libnftnl-1.0.0-r1.ebuild index 84579353cb24..afbbea327191 100644 --- a/net-libs/libnftnl/libnftnl-1.0.0.ebuild +++ b/net-libs/libnftnl/libnftnl-1.0.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libnftnl/libnftnl-1.0.0.ebuild,v 1.1 2014/01/20 19:54:23 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnftnl/libnftnl-1.0.0-r1.ebuild,v 1.1 2014/01/20 20:09:40 chainsaw Exp $ EAPI=5 @@ -20,12 +20,13 @@ RDEPEND=" " src_configure() { - econf $(use_enable static-libs static) + econf \ + --libdir="${EPREFIX}"/$(get_libdir) \ + $(use_enable static-libs static) } src_install() { default - gen_usr_ldscript -a nftnl prune_libtool_files if use examples; then |