Source /etc/profile in envars.conf,

so that the environment is up to
date during the build
This commit is contained in:
Pierre Labastie 2012-03-07 21:32:03 +00:00
parent 18a2beaa27
commit f3a500d5ef

View file

@ -91,3 +91,11 @@ export MAKEFLAGS="-j5"
#export OTHER_CXXFLAGS=$CXXFLAGS
#export OTHER_LDFLAGS=$LDFLAGS
#======== Environment settings ========
# Since the startup files may be changed in the course
# of a build, ensure that environment variables are
# up to date
source /etc/profile