mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-07 11:49:40 +00:00
Unset the __MAKE_CONF variable after setting up buildenv, because we
want to use the default value in the build chroot. Approved by: portmgr (self)
This commit is contained in:
parent
db37071d1d
commit
7e26c3751b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125739
@ -142,6 +142,9 @@ RD=$5
|
||||
|
||||
buildenv ${pb} ${arch} ${branch}
|
||||
|
||||
# Want to use the /etc/make.conf in the chroot
|
||||
unset __MAKE_CONF
|
||||
|
||||
pkgname=$(basename $6 ${PKGSUFFIX})
|
||||
dirname=$7
|
||||
shift 2
|
||||
|
Loading…
x
Reference in New Issue
Block a user