dev-util/diffball: disable static library
authorAlessandro Barbieri <lssndrbarbieri@gmail.com>
Fri, 10 Jan 2020 08:36:45 +0000 (09:36 +0100)
committerDavid Seifert <soap@gentoo.org>
Fri, 10 Jan 2020 08:36:45 +0000 (09:36 +0100)
* 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 <lssndrbarbieri@gmail.com>
Signed-off-by: David Seifert <soap@gentoo.org>
dev-util/diffball/diffball-1.0.1-r1.ebuild
dev-util/diffball/diffball-1.0.1.ebuild

index 9bff04668006598d4701bd201d106892813b670d..804abc61444b7b125ea74eca62070b452c4c9c46 100644 (file)
@@ -34,5 +34,5 @@ src_prepare() {
 }
 
 src_configure() {
-       econf $(use_enable debug asserts)
+       econf --disable-static $(use_enable debug asserts)
 }
index fbb4ea67d723eeb10fd9d2755eea8bda525b7967..c36e2a3247989a5df52a20919a41fc61d801cb7b 100644 (file)
@@ -30,5 +30,5 @@ src_prepare() {
 }
 
 src_configure() {
-       econf $(use_enable debug asserts)
+       econf --disable-static $(use_enable debug asserts)
 }