From: Mike Gilbert Date: Tue, 21 Nov 2017 19:10:56 +0000 (-0500) Subject: net-libs/libnsl: drop static libs X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=8a757dd2fd37b50a5223f56ec4880b15f064adc3;p=gentoo.git net-libs/libnsl: drop static libs Package-Manager: Portage-2.3.15, Repoman-2.3.6_p7 --- 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() {