From 84ec99b30125b1c15b14a95e4b6957ee76172f00 Mon Sep 17 00:00:00 2001 From: Jan Ziak <0xe2.0x9a.0x9b@gmail.com> Date: Tue, 2 Jun 2020 22:01:39 +0200 Subject: app-emulation/libspectrum: do not install static libs Closes: https://bugs.gentoo.org/726572 Signed-off-by: Jan Ziak <0xe2.0x9a.0x9b@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/16045 Signed-off-by: Joonas Niilola --- app-emulation/libspectrum/libspectrum-1.4.4.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app-emulation/libspectrum') diff --git a/app-emulation/libspectrum/libspectrum-1.4.4.ebuild b/app-emulation/libspectrum/libspectrum-1.4.4.ebuild index 75e11f4bc844..7d6cd415f46a 100644 --- a/app-emulation/libspectrum/libspectrum-1.4.4.ebuild +++ b/app-emulation/libspectrum/libspectrum-1.4.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -23,6 +23,7 @@ DEPEND="${RDEPEND} src_configure() { local myconf=( + --disable-static $(use_with audiofile libaudiofile) $(use_with bzip2) $(use_with gcrypt libgcrypt) -- cgit v1.2.3-65-gdbad