summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2011-04-30 20:33:54 +0200
committerGravatar waker <wakeroid@gmail.com>2011-04-30 20:33:54 +0200
commit012b016c23fee87d0b78bb42d6b784fddb496a9a (patch)
treeb9e181b8676677da15ab372a214dacd7f31ddc44 /scripts
parenta3c4bb806ec13aff63c86fc7c6efee8ca0e8d82c (diff)
added configure option to use imlib2 in artwork plugin
Diffstat (limited to 'scripts')
-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 7883979e..25ba633c 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 --disable-nls --disable-pulse
+CC=$ORIGIN/tools/apbuild/apgcc CXX=$ORIGIN/tools/apbuild/apgcc ./configure --enable-staticlink --enable-portable --disable-nls --disable-pulse --disable-artwork-imlib2
sed -i 's/-lstdc++ -lm -lgcc_s -lc -lgcc_s/-lm -lc/g' libtool
make clean
make -j9