diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-03-17 19:25:48 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-03-17 23:12:26 +0100 |
commit | 78d8409a783696604e38266d3c118e35fa349a34 (patch) | |
tree | c7bcf3cbdd5561204b3b873e20e6099f0cae16c8 /dev-lang/spidermonkey | |
parent | sys-kernel/git-sources: Linux patch 5.1-rc1. Remove old. (diff) | |
download | gentoo-78d8409a783696604e38266d3c118e35fa349a34.tar.gz gentoo-78d8409a783696604e38266d3c118e35fa349a34.tar.bz2 gentoo-78d8409a783696604e38266d3c118e35fa349a34.zip |
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@gentoo.org>
Diffstat (limited to 'dev-lang/spidermonkey')
-rw-r--r-- | dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r1.ebuild (renamed from dev-lang/spidermonkey/spidermonkey-60.5.2_p0.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/spidermonkey/spidermonkey-60.5.2_p0.ebuild b/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r1.ebuild index ed0ea52bd269..4245d8ec7d3b 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 \ |