From d6b76760fc1e569897865e04d3a9fdf3898a435c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 9 Aug 2017 07:22:33 +0200 Subject: [PATCH] media-libs/libtiger: Disable static libraries --- media-libs/libtiger/libtiger-0.3.4-r1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/media-libs/libtiger/libtiger-0.3.4-r1.ebuild b/media-libs/libtiger/libtiger-0.3.4-r1.ebuild index 1d18c7f4373f..9ecb97245121 100644 --- a/media-libs/libtiger/libtiger-0.3.4-r1.ebuild +++ b/media-libs/libtiger/libtiger-0.3.4-r1.ebuild @@ -27,7 +27,9 @@ src_prepare() { multilib_src_configure() { local ECONF_SOURCE=${S} - econf $(use_enable doc) + econf \ + --disable-static \ + $(use_enable doc) } multilib_src_install_all() { -- 2.26.2