From 59edbdcb14b86178857ddfa8fd005bb51a25445f Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Tue, 12 Jun 2012 20:02:30 +0200 Subject: [PATCH] Revert "fontconfig: build with -fPIC -DPIC flags" This reverts commit 0f9320ac021bf6da6c832783a6da074e8b4391ac. --- packages/x11/other/fontconfig/build | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/x11/other/fontconfig/build b/packages/x11/other/fontconfig/build index 2301c708df..0e9d7bfb9a 100755 --- a/packages/x11/other/fontconfig/build +++ b/packages/x11/other/fontconfig/build @@ -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 \