From 7ec2e088ec4995e370d991507f7f22a5d3d9b27a Mon Sep 17 00:00:00 2001 From: Andrew Fyfe Date: Tue, 10 Jul 2007 14:16:21 +0100 Subject: scripts/makepkg.sh.in: Add CHOST to the list of variables exported. Signed-off-by: Andrew Fyfe --- scripts/makepkg.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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 -- cgit v1.2.3-24-g4f1b