From 8244557d2aa8dd631fa930b69e13f2d6dc5fd0ed Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Wed, 3 Jun 2020 21:21:45 +0200 Subject: app-text/libspectre: --disable-static Closes: https://bugs.gentoo.org/726708 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner --- app-text/libspectre/libspectre-0.2.9.ebuild | 1 + 1 file changed, 1 insertion(+) (limited to 'app-text/libspectre') diff --git a/app-text/libspectre/libspectre-0.2.9.ebuild b/app-text/libspectre/libspectre-0.2.9.ebuild index 0053bce742ac..60f16522aa3a 100644 --- a/app-text/libspectre/libspectre-0.2.9.ebuild +++ b/app-text/libspectre/libspectre-0.2.9.ebuild @@ -35,6 +35,7 @@ src_configure() { local myeconfargs=( $(use_enable debug asserts) $(use_enable debug checks) + --disable-static --disable-test ) econf "${myeconfargs[@]}" -- cgit v1.2.3-65-gdbad