From dafa3729decd7f5c715eb69187108c240fab9ce6 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Fri, 10 Jan 2020 09:36:45 +0100 Subject: dev-util/diffball: disable static library * The current ebuild automagically produces static archives. Closes: https://github.com/gentoo/gentoo/pull/13292 Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: Alessandro Barbieri Signed-off-by: David Seifert --- dev-util/diffball/diffball-1.0.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-util/diffball/diffball-1.0.1-r1.ebuild') diff --git a/dev-util/diffball/diffball-1.0.1-r1.ebuild b/dev-util/diffball/diffball-1.0.1-r1.ebuild index 9bff04668006..804abc61444b 100644 --- a/dev-util/diffball/diffball-1.0.1-r1.ebuild +++ b/dev-util/diffball/diffball-1.0.1-r1.ebuild @@ -34,5 +34,5 @@ src_prepare() { } src_configure() { - econf $(use_enable debug asserts) + econf --disable-static $(use_enable debug asserts) } -- cgit v1.2.3