From 8a757dd2fd37b50a5223f56ec4880b15f064adc3 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Tue, 21 Nov 2017 14:10:56 -0500 Subject: [PATCH] net-libs/libnsl: drop static libs Package-Manager: Portage-2.3.15, Repoman-2.3.6_p7 --- .../{libnsl-1.1.0-r2.ebuild => libnsl-1.1.0-r3.ebuild} | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) rename net-libs/libnsl/{libnsl-1.1.0-r2.ebuild => libnsl-1.1.0-r3.ebuild} (89%) diff --git a/net-libs/libnsl/libnsl-1.1.0-r2.ebuild b/net-libs/libnsl/libnsl-1.1.0-r3.ebuild similarity index 89% rename from net-libs/libnsl/libnsl-1.1.0-r2.ebuild rename to 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() { -- 2.26.2