pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/jemalloc devel/jemalloc: set SHELL explicitly so...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/07841f54ec18
branches:  trunk
changeset: 379752:07841f54ec18
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Sun May 22 23:58:43 2022 +0000

description:
devel/jemalloc: set SHELL explicitly so it gets something useful on Solaris

diffstat:

 devel/jemalloc/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 1ba42eb8c732 -r 07841f54ec18 devel/jemalloc/Makefile
--- a/devel/jemalloc/Makefile   Sun May 22 23:05:56 2022 +0000
+++ b/devel/jemalloc/Makefile   Sun May 22 23:58:43 2022 +0000
@@ -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 @@
 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