summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2011-05-15 11:51:01 +0200
committerGravatar waker <wakeroid@gmail.com>2011-05-15 11:51:01 +0200
commitb1b351fa514ea7bfa41a044bc35b6981e34e373c (patch)
treecee6c510720aa96ba0ce70703774ad26f1fe923a /scripts
parent37b1ad1c726b8f12350a381e8ad005f849752eff (diff)
reorganized static libs
Diffstat (limited to 'scripts')
-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 56495c53..fc6c5a5f 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
+./scripts/portable_extraplugs.sh
cd $ORIGIN