media-libs/zimg: disable static libraries
authorAlessandro Barbieri <lssndrbarbieri@gmail.com>
Sun, 6 Oct 2019 23:45:31 +0000 (01:45 +0200)
committerDavid Seifert <soap@gentoo.org>
Sun, 20 Oct 2019 13:32:36 +0000 (15:32 +0200)
Closes: https://bugs.gentoo.org/694132
Closes: https://github.com/gentoo/gentoo/pull/13059
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Signed-off-by: David Seifert <soap@gentoo.org>
media-libs/zimg/zimg-2.8.ebuild
media-libs/zimg/zimg-9999.ebuild

index 5108ffad51227de635b6295030fdeefc7ee89944..7207d746344280ba60434e3bb45adba5dd4f0755 100644 (file)
@@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/sekrit-twc/zimg"
 
 LICENSE="WTFPL-2"
 SLOT="0"
-IUSE="static-libs cpu_flags_x86_sse"
+IUSE="cpu_flags_x86_sse"
 
 src_prepare() {
        default
@@ -27,5 +27,6 @@ src_prepare() {
 
 multilib_src_configure() {
        ECONF_SOURCE="${S}" econf \
+               --disable-static \
                $(use_enable cpu_flags_x86_sse x86simd)
 }
index d20d4bf58406efc590dde04efd4a8428b3ae0afc..2e9348c76c56e8b13abe2185534eb0427eefb14d 100644 (file)
@@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/sekrit-twc/zimg"
 
 LICENSE="WTFPL-2"
 SLOT="0"
-IUSE="static-libs cpu_flags_x86_sse"
+IUSE="cpu_flags_x86_sse"
 
 src_prepare() {
        default
@@ -27,5 +27,6 @@ src_prepare() {
 
 multilib_src_configure() {
        ECONF_SOURCE="${S}" econf \
+               --disable-static \
                $(use_enable cpu_flags_x86_sse x86simd)
 }