summaryrefslogtreecommitdiff
path: root/scripts/portable_build.sh
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2011-04-17 22:13:02 +0200
committerGravatar waker <wakeroid@gmail.com>2011-04-17 22:13:02 +0200
commitaafa6a715ccf53af3dad55ce79de27e1592dcad2 (patch)
tree247c96c3f4df2cc88a7f189539d1d62837bfe86c /scripts/portable_build.sh
parente3ed8ad79f2e4873d448128ea22125958ed9782f (diff)
prepared for building static 0.5-beta1
Diffstat (limited to 'scripts/portable_build.sh')
-rwxr-xr-xscripts/portable_build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/portable_build.sh b/scripts/portable_build.sh
index 35ee48a1..d5caf566 100755
--- a/scripts/portable_build.sh
+++ b/scripts/portable_build.sh
@@ -3,7 +3,7 @@ VERSION=`cat PORTABLE_VERSION | perl -ne 'chomp and print'`
ORIGIN=`pwd | perl -ne 'chomp and print'`
export APBUILD_STATIC_LIBGCC=1
-CC=$ORIGIN/tools/apbuild/apgcc CXX=$ORIGIN/tools/apbuild/apgcc ./configure --enable-staticlink --enable-portable=yes --disable-pulse --disable-mpris --disable-nls
+CC=$ORIGIN/tools/apbuild/apgcc CXX=$ORIGIN/tools/apbuild/apgcc ./configure --enable-staticlink --enable-portable --disable-nls --disable-pulse
sed -i 's/-lstdc++ -lm -lgcc_s -lc -lgcc_s/-lm -lc/g' libtool
make clean
make -j9