commit: 78d8409a783696604e38266d3c118e35fa349a34 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Sun Mar 17 18:25:48 2019 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Sun Mar 17 22:12:26 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78d8409a
dev-lang/spidermonkey: explicitly disable jemalloc 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 <AT> gentoo.org> .../{spidermonkey-60.5.2_p0.ebuild => spidermonkey-60.5.2_p0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/spidermonkey/spidermonkey-60.5.2_p0.ebuild b/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r1.ebuild 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 ed0ea52bd26..4245d8ec7d3 100644 --- a/dev-lang/spidermonkey/spidermonkey-60.5.2_p0.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r1.ebuild @@ -63,7 +63,7 @@ src_configure() { ECONF_SOURCE="${S}/js/src" \ econf \ - --enable-jemalloc \ + --disable-jemalloc \ --enable-readline \ --with-system-nspr \ --disable-optimize \
