PORTS_MODULES: Don't leak in CC/CXX/CPP.
These may have ccache in them or -target/--sysroot from external compiler or SYSTEM_COMPILER support. Many ports do not support a CC with spaces in it, such as emulators/virtualbox-ose-kmod. Passing --sysroot to ports makes no sense as ports doesn't support --sysroot currently. If these variables need to be overridden for ports then they can be set in make.conf or passed as make arguments. MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
510a3f1b79
commit
786c805027
@ -65,6 +65,10 @@ OSRELDATE!= awk '/^\#define[[:space:]]*__FreeBSD_version/ { print $$3 }' \
|
||||
# Keep the related ports builds in the obj directory so that they are only rebuilt once per kernel build
|
||||
WRKDIRPREFIX?= ${MAKEOBJDIRPREFIX}${SRC_BASE}/sys/${KERNCONF}
|
||||
PORTSMODULESENV=\
|
||||
env \
|
||||
-u CC \
|
||||
-u CXX \
|
||||
-u CPP \
|
||||
PATH=${PATH}:${LOCALBASE}/bin:${LOCALBASE}/sbin \
|
||||
SRC_BASE=${SRC_BASE} \
|
||||
OSVERSION=${OSRELDATE} \
|
||||
|
Loading…
Reference in New Issue
Block a user