commit: 8244557d2aa8dd631fa930b69e13f2d6dc5fd0ed Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Jun 3 19:21:45 2020 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Jun 3 19:37:43 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8244557d
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 <asturm <AT> gentoo.org> app-text/libspectre/libspectre-0.2.9.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-text/libspectre/libspectre-0.2.9.ebuild b/app-text/libspectre/libspectre-0.2.9.ebuild index 0053bce742a..60f16522aa3 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[@]}"