mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-26 01:38:54 -05:00
Fix FS #6872- CFLAGS were not being exported
This commit is contained in:
parent
14d74623b0
commit
562887ba5c
@ -885,6 +885,10 @@ else
|
|||||||
unset LC_ALL LANG
|
unset LC_ALL LANG
|
||||||
umask 0022
|
umask 0022
|
||||||
|
|
||||||
|
# ensure CFLAGS and CXXFLAGS are used
|
||||||
|
export CFLAGS
|
||||||
|
export CXXFLAGS
|
||||||
|
|
||||||
#check for "exit on syntax error" shell option
|
#check for "exit on syntax error" shell option
|
||||||
echo $SHELLOPTS | grep errexit 2>&1 >/dev/null
|
echo $SHELLOPTS | grep errexit 2>&1 >/dev/null
|
||||||
set_e=$?
|
set_e=$?
|
||||||
|
Loading…
Reference in New Issue
Block a user