freetype: build with -fPIC

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-05-26 17:16:33 +02:00
parent 908aeb406c
commit 413dc706fe

View File

@ -25,6 +25,8 @@
# unset LIBTOOL because freetype uses its own # unset LIBTOOL because freetype uses its own
unset LIBTOOL unset LIBTOOL
CFLAGS="$CFLAGS -fPIC"
cd $PKG_BUILD cd $PKG_BUILD
sh autogen.sh sh autogen.sh