summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2019-03-17 23:11:57 +0100
committerThomas Deutschmann <whissi@gentoo.org>2019-03-17 23:12:27 +0100
commit549533bed40e8cefadb74d663e98d8ad17939725 (patch)
treeab8147926c22182985acdc7b6c627a665b227e61 /dev-lang/spidermonkey
parentdev-lang/spidermonkey: explicitly disable jemalloc (diff)
downloadgentoo-549533bed40e8cefadb74d663e98d8ad17939725.tar.gz
gentoo-549533bed40e8cefadb74d663e98d8ad17939725.tar.bz2
gentoo-549533bed40e8cefadb74d663e98d8ad17939725.zip
dev-lang/spidermonkey: use system's zlib
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.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r1.ebuild b/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r1.ebuild
index 4245d8ec7d3b..0ec72a142b2e 100644
--- a/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r1.ebuild
+++ b/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r1.ebuild
@@ -29,7 +29,7 @@ BUILDDIR="${S}/jsobj"
RDEPEND=">=dev-libs/nspr-4.13.1
virtual/libffi
sys-libs/readline:0=
- >=sys-libs/zlib-1.2.3
+ >=sys-libs/zlib-1.2.3:=
system-icu? ( >=dev-libs/icu-59.1:= )"
DEPEND="${RDEPEND}"
@@ -66,6 +66,7 @@ src_configure() {
--disable-jemalloc \
--enable-readline \
--with-system-nspr \
+ --with-system-zlib \
--disable-optimize \
--with-intl-api \
$(use_with system-icu) \