Module Name:    src
Committed By:   christos
Date:           Fri Jan 31 15:25:23 UTC 2025

Modified Files:
        src/external/bsd/jemalloc/lib: Makefile

Log Message:
propagate changes from jemalloc.old


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/jemalloc/lib/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/jemalloc/lib/Makefile
diff -u src/external/bsd/jemalloc/lib/Makefile:1.5 src/external/bsd/jemalloc/lib/Makefile:1.6
--- src/external/bsd/jemalloc/lib/Makefile:1.5	Thu Aug 24 02:02:44 2023
+++ src/external/bsd/jemalloc/lib/Makefile	Fri Jan 31 10:25:23 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2023/08/24 06:02:44 rin Exp $
+# $NetBSD: Makefile,v 1.6 2025/01/31 15:25:23 christos Exp $
 
 WARNS?= 5
 .include <bsd.init.mk>
@@ -9,4 +9,8 @@ LIB=jemalloc
 CPPFLAGS+=	-DHAVE_JEMALLOC=${HAVE_JEMALLOC:U0}
 SRCS=		jemalloc_stub.c
 
+.if ${HAVE_JEMALLOC:U0} <= 100
+LIB_EXPSYM=	/dev/null
+.endif
+
 .include <bsd.lib.mk>

Reply via email to