From: Ian Stakenvicius Date: Tue, 28 Feb 2017 20:41:15 +0000 (-0500) Subject: dev-lang/spidermonkey:{38,45} drop more static libs X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6d21716841c6139b21339e97626f97b4e98d7c45;p=gentoo.git dev-lang/spidermonkey:{38,45} drop more static libs Package-Manager: portage-2.3.3 --- diff --git a/dev-lang/spidermonkey/spidermonkey-38.2.1_rc0.ebuild b/dev-lang/spidermonkey/spidermonkey-38.2.1_rc0.ebuild index a34a7534a6d4..42e2c0460c41 100644 --- a/dev-lang/spidermonkey/spidermonkey-38.2.1_rc0.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-38.2.1_rc0.ebuild @@ -140,6 +140,6 @@ src_install() { if ! use static-libs; then # We can't actually disable building of static libraries # They're used by the tests and in a few other places - find "${D}" -iname '*.a' -delete || die + find "${D}" -iname '*.a' -o -iname '*.ajs' -delete || die fi } diff --git a/dev-lang/spidermonkey/spidermonkey-45.0.2.ebuild b/dev-lang/spidermonkey/spidermonkey-45.0.2.ebuild index addd5d92d01c..26f88cce97ff 100644 --- a/dev-lang/spidermonkey/spidermonkey-45.0.2.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-45.0.2.ebuild @@ -141,6 +141,6 @@ src_install() { if ! use static-libs; then # We can't actually disable building of static libraries # They're used by the tests and in a few other places - find "${D}" -iname '*.a' -delete || die + find "${D}" -iname '*.a' -o -iname '*.ajs' -delete || die fi }