summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorAndrew Fyfe <andrew@neptune-one.net>2007-07-10 15:16:21 +0200
committerDan McGee <dan@archlinux.org>2007-07-10 16:00:00 +0200
commit7ec2e088ec4995e370d991507f7f22a5d3d9b27a (patch)
tree84acc9f2e1a7e065be42811c617c82840eeb4fc7 /scripts
parent57d77eab32c01cd7572a11f76480a3724d09c029 (diff)
downloadpacman-7ec2e088ec4995e370d991507f7f22a5d3d9b27a.tar.gz
pacman-7ec2e088ec4995e370d991507f7f22a5d3d9b27a.tar.xz
scripts/makepkg.sh.in: Add CHOST to the list of variables exported.
Signed-off-by: Andrew Fyfe <andrew@neptune-one.net>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/makepkg.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in
index 0c659dac..70b42a58 100644
--- a/scripts/makepkg.sh.in
+++ b/scripts/makepkg.sh.in
@@ -631,7 +631,7 @@ run_build() {
umask 0022
# ensure all necessary build variables are exported
- export CFLAGS CXXFLAGS MAKEFLAGS
+ export CFLAGS CXXFLAGS MAKEFLAGS CHOST
local ret=0
if [ "$LOGGING" = "1" ]; then