summaryrefslogtreecommitdiff
path: root/scripts/portable_build.sh
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2011-05-10 22:57:03 +0200
committerGravatar waker <wakeroid@gmail.com>2011-05-10 23:09:48 +0200
commitace1e33f4808c55e57c2d8219c59bebde7cc852b (patch)
tree69a0e59e00cc16be60530ec6401a0d34c624c39e /scripts/portable_build.sh
parent32a2a4cea0d9397d7cd618c8ce835aac980fe359 (diff)
0.5.0-rc1 final fixups
Diffstat (limited to 'scripts/portable_build.sh')
-rwxr-xr-xscripts/portable_build.sh12
1 files changed, 6 insertions, 6 deletions
diff --git a/scripts/portable_build.sh b/scripts/portable_build.sh
index f3fcbbf0..56495c53 100755
--- a/scripts/portable_build.sh
+++ b/scripts/portable_build.sh
@@ -3,16 +3,16 @@ VERSION=`cat PORTABLE_VERSION | perl -ne 'chomp and print'`
ORIGIN=`pwd | perl -ne 'chomp and print'`
export APBUILD_STATIC_LIBGCC=1
-./autogen.sh
+#./autogen.sh
export CC=$ORIGIN/tools/apbuild/apgcc
export CXX=$ORIGIN/tools/apbuild/apgcc
-./configure --enable-staticlink --enable-portable --disable-artwork-imlib2
-sed -i 's/-lstdc++ -lm -lgcc_s -lc -lgcc_s/-lm -lc/g' libtool
-make clean
-make -j9
+#./configure --enable-staticlink --enable-portable --disable-artwork-imlib2
+#sed -i 's/-lstdc++ -lm -lgcc_s -lc -lgcc_s/-lm -lc/g' libtool
+#make clean
+#make -j9
-./scrips/portable_extraplugs.sh
+#./scrips/portable_extraplugs.sh
cd $ORIGIN