Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libnsl/
Date: Tue, 21 Nov 2017 19:11:48
Message-Id: 1511291456.8a757dd2fd37b50a5223f56ec4880b15f064adc3.floppym@gentoo
1 commit: 8a757dd2fd37b50a5223f56ec4880b15f064adc3
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 21 19:10:56 2017 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 21 19:10:56 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a757dd2
7
8 net-libs/libnsl: drop static libs
9
10 Package-Manager: Portage-2.3.15, Repoman-2.3.6_p7
11
12 .../libnsl/{libnsl-1.1.0-r2.ebuild => libnsl-1.1.0-r3.ebuild} | 8 ++++++--
13 1 file changed, 6 insertions(+), 2 deletions(-)
14
15 diff --git a/net-libs/libnsl/libnsl-1.1.0-r2.ebuild b/net-libs/libnsl/libnsl-1.1.0-r3.ebuild
16 similarity index 89%
17 rename from net-libs/libnsl/libnsl-1.1.0-r2.ebuild
18 rename to net-libs/libnsl/libnsl-1.1.0-r3.ebuild
19 index 443cdca129e..ad2bbf094c7 100644
20 --- a/net-libs/libnsl/libnsl-1.1.0-r2.ebuild
21 +++ b/net-libs/libnsl/libnsl-1.1.0-r3.ebuild
22 @@ -31,9 +31,13 @@ src_prepare(){
23 eautoreconf
24 }
25
26 +
27 multilib_src_configure() {
28 - # Fool multilib-minimal to run ./configure in out-of-tree build
29 - ECONF_SOURCE=${S} econf
30 + local myconf=(
31 + --enable-shared
32 + --disable-static
33 + )
34 + ECONF_SOURCE=${S} econf "${myconf[@]}"
35 }
36
37 multilib_src_install_all() {