Source /etc/profile in envars.conf,
so that the environment is up to date during the build
This commit is contained in:
parent
18a2beaa27
commit
f3a500d5ef
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Reference in a new issue