Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Dec 2014 00:06:54 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r1798 - trunk/Mk
Message-ID:  <201412270006.sBR06sH6093174@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sat Dec 27 00:06:53 2014
New Revision: 1798

Log:
don't use system jemalloc3 if it's older than bundled copy

Modified:
   trunk/Mk/bsd.gecko.mk

Modified: trunk/Mk/bsd.gecko.mk
==============================================================================
--- trunk/Mk/bsd.gecko.mk	Wed Dec 24 15:41:14 2014	(r1797)
+++ trunk/Mk/bsd.gecko.mk	Sat Dec 27 00:06:53 2014	(r1798)
@@ -130,7 +130,7 @@
 
 # use jemalloc 3.0.0 API for stats/tuning
 MOZ_EXPORT+=	MOZ_JEMALLOC3=1
-.if ${OSVERSION} < 1000012
+.if ${OSVERSION} < 1000012 || ${MOZILLA_VER:R:R} >= 37
 MOZ_OPTIONS+=	--enable-jemalloc
 .endif
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412270006.sBR06sH6093174>