summaryrefslogtreecommitdiff
path: root/portable_build.sh
blob: b9e2b4ca235c1ed108ade6cf44ee381cfbfb6352 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh
VERSION=`cat PORTABLE_VERSION | perl -ne 'chomp and print'`

CC=tools/apbuild/apgcc CXX=tools/apbuild/apgcc ./configure --enable-portable --disable-pulse --enable-maintainer-mode --disable-nls

sed -i 's/-lstdc++ -lm -lgcc_s -lc -lgcc_s/-lm -lc/g' libtool
#make clean
make -j9

#./portable_postbuild.sh

cd tools/pluginfo
make
cd ../../