From 562887ba5cda60cb288f2c46fcb4b84339f50cb2 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Wed, 11 Apr 2007 16:41:29 +0000 Subject: Fix FS #6872- CFLAGS were not being exported --- scripts/makepkg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/makepkg b/scripts/makepkg index ffd34d48..9cfea69e 100755 --- a/scripts/makepkg +++ b/scripts/makepkg @@ -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=$? -- cgit v1.2.3-24-g4f1b