Index: makepkg =================================================================== RCS file: /home/cvs-pacman/pacman-lib/scripts/makepkg,v retrieving revision 1.67 diff -u -u -r1.67 makepkg --- makepkg 4 Apr 2007 02:03:44 -0000 1.67 +++ makepkg 11 Apr 2007 13:54:51 -0000 @@ -885,6 +885,10 @@ 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=$?