Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src-draft/trunk]: src/share/mk Revert to old jemalloc, the new version occas...
details: https://anonhg.NetBSD.org/src-all/rev/945c791c612d
branches: trunk
changeset: 932662:945c791c612d
user: Joerg Sonnenberger <joerg%bec.de@localhost>
date: Thu Dec 26 23:35:18 2019 +0100
description:
Revert to old jemalloc, the new version occassionally enters infinite
loops
diffstat:
share/mk/bsd.own.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 8d2ed900d499 -r 945c791c612d share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Mon Apr 20 23:33:29 2020 +0200
+++ b/share/mk/bsd.own.mk Thu Dec 26 23:35:18 2019 +0100
@@ -183,7 +183,7 @@
# What version of jemalloc we use (100 is the one
# built-in to libc from 2005 (pre version 3).
#
-HAVE_JEMALLOC?= 510
+HAVE_JEMALLOC?= 100
.if empty(.MAKEFLAGS:tW:M*-V .OBJDIR*)
.if defined(MAKEOBJDIRPREFIX) || defined(MAKEOBJDIR)
Home |
Main Index |
Thread Index |
Old Index