[SVN-Commit] r1070 - trunk/Mk

svn-freebsd-gecko at chruetertee.ch svn-freebsd-gecko at chruetertee.ch
Fri Oct 12 05:42:40 UTC 2012


Author: jbeich
Date: Fri Oct 12 05:42:27 2012
New Revision: 1070

Log:
use bundled jemalloc since 7.2

Modified:
   trunk/Mk/bsd.gecko.mk

Modified: trunk/Mk/bsd.gecko.mk
==============================================================================
--- trunk/Mk/bsd.gecko.mk	Wed Oct 10 16:18:43 2012	(r1069)
+++ trunk/Mk/bsd.gecko.mk	Fri Oct 12 05:42:27 2012	(r1070)
@@ -555,12 +555,9 @@
 .if ${OSVERSION} > 1000011
 # use jemalloc 3.0.0 API in libc
 MOZ_EXPORT+=	MOZ_JEMALLOC=1
-.elif ${OSVERSION} > 800004
+.elif ${OSVERSION} > 701106
 MOZ_OPTIONS+=	--enable-jemalloc
 MOZ_EXPORT+=	MOZ_JEMALLOC=1
-.elif ${OSVERSION} > 700101
-# has _pthread_mutex_init_calloc_cb but firefox crashes when jemalloc
-# configured without --enable-debug
 .endif
 .endif
 


More information about the freebsd-gecko mailing list