Revert "fontconfig: build with -fPIC -DPIC flags"

This reverts commit 0f9320ac021bf6da6c832783a6da074e8b4391ac.
This commit is contained in:
Stephan Raue 2012-06-12 20:02:30 +02:00
parent 0192d9b597
commit 59edbdcb14

View File

@ -26,8 +26,6 @@
CFLAGS=`echo $CFLAGS | sed -e "s|-O3|-O2|"`
CXXFLAGS=`echo $CXXFLAGS | sed -e "s|-O3|-O2|"`
CFLAGS="$CFLAGS -fPIC -DPIC"
cd $PKG_BUILD
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \