diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-06-03 21:21:45 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-06-03 21:37:43 +0200 |
commit | 8244557d2aa8dd631fa930b69e13f2d6dc5fd0ed (patch) | |
tree | 5f2d7dd66ff469deb92a748d7e30e10324cf9546 /app-text/libspectre | |
parent | dev-libs/libspnav: Support USE=-static-libs (diff) | |
download | gentoo-8244557d2aa8dd631fa930b69e13f2d6dc5fd0ed.tar.gz gentoo-8244557d2aa8dd631fa930b69e13f2d6dc5fd0ed.tar.bz2 gentoo-8244557d2aa8dd631fa930b69e13f2d6dc5fd0ed.zip |
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@gentoo.org>
Diffstat (limited to 'app-text/libspectre')
-rw-r--r-- | app-text/libspectre/libspectre-0.2.9.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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[@]}" |