diff options
author | dholland <dholland@pkgsrc.org> | 2022-05-22 23:58:43 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2022-05-22 23:58:43 +0000 |
commit | f10ed77c36a24adc07d730d0273b2e3cccadcbd1 (patch) | |
tree | df63bbcd43dce7304bfdb367dfae6fb20a44fd67 /devel | |
parent | 11094e07278d7aa2806ef6dd39a6f27c803c6048 (diff) | |
download | pkgsrc-f10ed77c36a24adc07d730d0273b2e3cccadcbd1.tar.gz |
devel/jemalloc: set SHELL explicitly so it gets something useful on Solaris
Diffstat (limited to 'devel')
-rw-r--r-- | devel/jemalloc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/jemalloc/Makefile b/devel/jemalloc/Makefile index 6dc6e87ba12..31d5cce1442 100644 --- a/devel/jemalloc/Makefile +++ b/devel/jemalloc/Makefile @@ -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 |