mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-12 20:35:12 -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
|
||||
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…
Reference in New Issue
Block a user