Fix FS #6872- CFLAGS were not being exported
This commit is contained in:
parent
14d74623b0
commit
562887ba5c
1 changed files with 4 additions and 0 deletions
|
@ -885,6 +885,10 @@ else
|
|||
unset LC_ALL LANG
|
||||
umask 0022
|
||||
|
||||
# ensure CFLAGS and CXXFLAGS are used
|
||||
export CFLAGS
|
||||
export CXXFLAGS
|
||||
|
||||
#check for "exit on syntax error" shell option
|
||||
echo $SHELLOPTS | grep errexit 2>&1 >/dev/null
|
||||
set_e=$?
|
||||
|
|
Loading…
Add table
Reference in a new issue