pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/jemalloc
Module Name: pkgsrc
Committed By: dholland
Date: Sun May 22 23:58:43 UTC 2022
Modified Files:
pkgsrc/devel/jemalloc: Makefile
Log Message:
devel/jemalloc: set SHELL explicitly so it gets something useful on Solaris
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/jemalloc/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/jemalloc/Makefile
diff -u pkgsrc/devel/jemalloc/Makefile:1.19 pkgsrc/devel/jemalloc/Makefile:1.20
--- pkgsrc/devel/jemalloc/Makefile:1.19 Mon May 24 19:49:58 2021
+++ pkgsrc/devel/jemalloc/Makefile Sun May 22 23:58:43 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2021/05/24 19:49:58 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2022/05/22 23:58:43 dholland Exp $
DISTNAME= jemalloc-5.2.1
PKGREVISION= 3
@@ -21,6 +21,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-xmalloc
CONFIGURE_ARGS+= --with-xslroot=${PREFIX}/share/xsl/docbook/
PKGCONFIG_OVERRIDE= jemalloc.pc.in
+BUILD_MAKE_FLAGS+= SHELL=${CONFIG_SHELL}
REPLACE_PERL= bin/jeprof.in
Home |
Main Index |
Thread Index |
Old Index