force ac_cv_path_mkdir to be set to nbinstall -d. this will avoid

gmp/configure from trying to use its install-sh for mkdir -p, and
should fix sourcesets created tarball builds.
This commit is contained in:
mrg 2012-04-12 01:05:31 +00:00
parent 16918ffb5d
commit 9ec90b003a
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1 2011/06/20 05:56:46 mrg Exp $
# $NetBSD: Makefile,v 1.2 2012/04/12 01:05:31 mrg Exp $
#
GNUHOSTDIST= ${.CURDIR}/../../external/lgpl3/gmp/dist
@ -12,3 +12,6 @@ CONFIGURE_ARGS+=--disable-shared
# when variable is used.
CONFIGURE_ENV:= ${CONFIGURE_ENV:NPATH=*:NCFLAGS=*:NCXXFLAGS=*} \
PATH="${TOOLDIR:Q}/bin:$$$$PATH"
# Force avoiding possibly non-executable install-sh.
CONFIGURE_ENV+= ac_cv_path_mkdir="${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-install -d"