From e9e88d6fa2dffaebd39c64e634b9aec34ee00a50 Mon Sep 17 00:00:00 2001 From: joerg Date: Tue, 29 Dec 2015 21:13:57 +0000 Subject: Tell libarchive's configure explicitly what make we later want for recursive invocations. --- bootstrap/bootstrap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bootstrap') diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap index c2b3a1eab0f..48f1abd362f 100755 --- a/bootstrap/bootstrap +++ b/bootstrap/bootstrap @@ -1,6 +1,6 @@ #! /bin/sh -# $NetBSD: bootstrap,v 1.224 2015/12/27 12:36:42 joerg Exp $ +# $NetBSD: bootstrap,v 1.225 2015/12/29 21:13:57 joerg Exp $ # # Copyright (c) 2001-2011 Alistair Crooks # All rights reserved. @@ -1199,7 +1199,7 @@ $shprog ./configure $configure_quiet_flags --enable-static --disable-shared \ --disable-bsdtar --disable-bsdcpio --disable-posix-regex-lib --disable-xattr \ --disable-acl --without-zlib --without-bz2lib --without-lzmadec \ --without-iconv --without-lzma --without-lzo2 --without-nettle \ ---without-openssl --without-xml2 --without-expat && $bmake -j$make_jobs)" +--without-openssl --without-xml2 --without-expat MAKE=$bmake && $bmake -j$make_jobs)" copy_src $pkgsrcdir/pkgtools/pkg_install/files pkg_install run_cmd "(cd $wrkdir/pkg_install; env $BSTRAP_ENV \ CPPFLAGS='$CPPFLAGS -I${wrkdir}/libnbcompat -I${wrkdir}/libarchive/libarchive' \ -- cgit v1.2.3