commit:     dafa3729decd7f5c715eb69187108c240fab9ce6
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Fri Jan 10 08:36:45 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Jan 10 08:36:45 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dafa3729

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 <lssndrbarbieri <AT> gmail.com>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 dev-util/diffball/diffball-1.0.1-r1.ebuild | 2 +-
 dev-util/diffball/diffball-1.0.1.ebuild    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/diffball/diffball-1.0.1-r1.ebuild 
b/dev-util/diffball/diffball-1.0.1-r1.ebuild
index 9bff0466800..804abc61444 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)
 }

diff --git a/dev-util/diffball/diffball-1.0.1.ebuild 
b/dev-util/diffball/diffball-1.0.1.ebuild
index fbb4ea67d72..c36e2a32479 100644
--- a/dev-util/diffball/diffball-1.0.1.ebuild
+++ b/dev-util/diffball/diffball-1.0.1.ebuild
@@ -30,5 +30,5 @@ src_prepare() {
 }
 
 src_configure() {
-       econf $(use_enable debug asserts)
+       econf --disable-static $(use_enable debug asserts)
 }

Reply via email to