Fix sys/static.sh

This commit is contained in:
pancake 2015-04-08 16:07:57 +02:00
parent 595616de99
commit 3f84ac9d67

View File

@ -23,7 +23,8 @@ if [ 1 = "${DOBUILD}" ]; then
if [ -f config-user.mk ]; then
${MAKE} mrproper > /dev/null 2>&1
fi
export CFLAGS="-fPIC -pie -D__ANDROID__=1"
export CFLAGS="-fPIC -pie "
#-D__ANDROID__=1"
./configure-plugins
./configure --prefix=$PREFIX --with-nonpic --without-pic
fi