mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
gecko: phase out system jemalloc via 12.0-CURRENT as well
https://bugzilla.mozilla.org/show_bug.cgi?id=1363992 PR: 220027
This commit is contained in:
parent
2d5bde07c7
commit
d3cc110165
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=444091
@ -139,18 +139,10 @@ MOZ_MK_OPTIONS+=MOZ_OBJDIR="${MOZ_OBJDIR}"
|
||||
|
||||
LDFLAGS+= -Wl,--as-needed
|
||||
|
||||
.if ${MOZILLA_VER:R:R} < 55
|
||||
.if ${OPSYS} != DragonFly # XXX xpcshell crash during install
|
||||
.if ${MOZILLA_VER:R:R} < 55 && ${OPSYS} == FreeBSD && ${OSVERSION} < 1200032
|
||||
# use jemalloc 3.0.0 (4.0 for firefox 43+) API for stats/tuning
|
||||
MOZ_EXPORT+= MOZ_JEMALLOC3=1 MOZ_JEMALLOC4=1
|
||||
.if ${OPSYS} != FreeBSD || ${MOZILLA_VER:R:R} >= 37
|
||||
. if ${MOZILLA_VER:R:R} >= 48
|
||||
MOZ_EXPORT+= MOZ_JEMALLOC4=1
|
||||
MOZ_OPTIONS+= --enable-jemalloc=4
|
||||
.else
|
||||
MOZ_OPTIONS+= --enable-jemalloc
|
||||
. endif
|
||||
.endif
|
||||
.endif # !DragonFly
|
||||
.endif # Mozilla < 55
|
||||
|
||||
# Standard depends
|
||||
|
Loading…
Reference in New Issue
Block a user