diff options
author | Mike Gilbert <floppym@gentoo.org> | 2017-11-21 14:10:56 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2017-11-21 14:10:56 -0500 |
commit | 8a757dd2fd37b50a5223f56ec4880b15f064adc3 (patch) | |
tree | e572cec5b4311295d6177c2e03852713c6ce3172 /net-libs/libnsl | |
parent | net-libs/libnsl: drop .la files (diff) | |
download | gentoo-8a757dd2fd37b50a5223f56ec4880b15f064adc3.tar.gz gentoo-8a757dd2fd37b50a5223f56ec4880b15f064adc3.tar.bz2 gentoo-8a757dd2fd37b50a5223f56ec4880b15f064adc3.zip |
net-libs/libnsl: drop static libs
Package-Manager: Portage-2.3.15, Repoman-2.3.6_p7
Diffstat (limited to 'net-libs/libnsl')
-rw-r--r-- | net-libs/libnsl/libnsl-1.1.0-r3.ebuild (renamed from net-libs/libnsl/libnsl-1.1.0-r2.ebuild) | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/net-libs/libnsl/libnsl-1.1.0-r2.ebuild b/net-libs/libnsl/libnsl-1.1.0-r3.ebuild index 443cdca129ec..ad2bbf094c73 100644 --- a/net-libs/libnsl/libnsl-1.1.0-r2.ebuild +++ b/net-libs/libnsl/libnsl-1.1.0-r3.ebuild @@ -31,9 +31,13 @@ src_prepare(){ eautoreconf } + multilib_src_configure() { - # Fool multilib-minimal to run ./configure in out-of-tree build - ECONF_SOURCE=${S} econf + local myconf=( + --enable-shared + --disable-static + ) + ECONF_SOURCE=${S} econf "${myconf[@]}" } multilib_src_install_all() { |