summaryrefslogtreecommitdiff
path: root/trunk/release
diff options
context:
space:
mode:
authordcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2010-02-23 20:17:48 +0000
committerdcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2010-02-23 20:17:48 +0000
commit9a3c62a4a50c62ed3717caa1a8cc2cbd949997a6 (patch)
tree8c7765420010f1dd9fb1834560976224a7234136 /trunk/release
parent9c508775d9db89ff82382c6c0a16821c196b723e (diff)
Make sure CFLAGS, CXXFLAGS, LDFLAGS, and host_alias are unset to get a 32-bit build
git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@145 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'trunk/release')
-rw-r--r--trunk/release/makesunpkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/release/makesunpkg b/trunk/release/makesunpkg
index 9c47a72..8eee6b3 100644
--- a/trunk/release/makesunpkg
+++ b/trunk/release/makesunpkg
@@ -61,7 +61,7 @@ if [ $COMBINED = 1 ]; then
fi
PWD=`pwd`
cd $SRCDIR/solx86
- sh $SRCDIR/configure CC=$CC CXX=$CXX
+ sh $SRCDIR/configure CC=$CC CXX=$CXX CFLAGS= CXXFLAGS= LDFLAGS= host_alias=
make install prefix=$PKGROOT AM_MAKEFLAGS="prefix=$PKGROOT"
cd $PWD
fi