dev-lang/spidermonkey: explicitly disable jemalloc
authorThomas Deutschmann <whissi@gentoo.org>
Sun, 17 Mar 2019 18:25:48 +0000 (19:25 +0100)
committerThomas Deutschmann <whissi@gentoo.org>
Sun, 17 Mar 2019 22:12:26 +0000 (23:12 +0100)
Jemalloc support is broken in standalone mozjs release and causes a
trivial embedder to segfault.

Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1465038
Closes: https://bugs.gentoo.org/680006
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r1.ebuild [moved from dev-lang/spidermonkey/spidermonkey-60.5.2_p0.ebuild with 99% similarity]

similarity index 99%
rename from dev-lang/spidermonkey/spidermonkey-60.5.2_p0.ebuild
rename to dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r1.ebuild
index ed0ea52bd269c900a2eab52c92d4a59aec8a1456..4245d8ec7d3b7b4e5db7428bc9f0e9521420961d 100644 (file)
@@ -63,7 +63,7 @@ src_configure() {
 
        ECONF_SOURCE="${S}/js/src" \
        econf \
-               --enable-jemalloc \
+               --disable-jemalloc \
                --enable-readline \
                --with-system-nspr \
                --disable-optimize \