pcre: build with -fPIC

This commit is contained in:
Stefan Saraev 2013-05-29 20:32:24 +03:00
parent da62083263
commit 784d385361

View File

@ -22,6 +22,10 @@
. config/options $1
CFLAGS="$CFLAGS -fPIC"
CXXFLAGS="$CXXFLAGS -fPIC"
LDFLAGS="$LDFLAGS -fPIC"
cd $PKG_BUILD
mkdir -p m4 && do_autoreconf