1
0
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:
Dan McGee 2007-04-11 16:41:29 +00:00
parent 14d74623b0
commit 562887ba5c

View File

@ -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=$?