freetype: build with -fPIC -DPIC flags

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-05-27 02:34:37 +02:00
parent e7859a06b4
commit a53b5fc09a

View File

@ -25,7 +25,7 @@
# unset LIBTOOL because freetype uses its own # unset LIBTOOL because freetype uses its own
unset LIBTOOL unset LIBTOOL
CFLAGS="$CFLAGS -fPIC" CFLAGS="$CFLAGS -fPIC -DPIC"
cd $PKG_BUILD cd $PKG_BUILD