From 38670c492e60b6f6a2d826b2057dc9dd27a90f9b Mon Sep 17 00:00:00 2001 From: waker Date: Sat, 30 Apr 2011 22:45:25 +0200 Subject: fixed compiling with apgcc; fixed compiling converter gui fallback --- scripts/portable_build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/portable_build.sh') diff --git a/scripts/portable_build.sh b/scripts/portable_build.sh index 5ab23f29..412db5fa 100755 --- a/scripts/portable_build.sh +++ b/scripts/portable_build.sh @@ -4,8 +4,8 @@ ORIGIN=`pwd | perl -ne 'chomp and print'` export APBUILD_STATIC_LIBGCC=1 ./autogen.sh -CC=$ORIGIN/tools/apbuild/apgcc -CXX=$ORIGIN/tools/apbuild/apgcc +export CC=$ORIGIN/tools/apbuild/apgcc +export CXX=$ORIGIN/tools/apbuild/apgcc ./configure --enable-staticlink --enable-portable --disable-nls --disable-artwork-imlib2 sed -i 's/-lstdc++ -lm -lgcc_s -lc -lgcc_s/-lm -lc/g' libtool -- cgit v1.2.3