cairo: remove gcc workaround that is no longer needed

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-12-10 15:29:02 +01:00
parent e18171a637
commit 90f458b160

View File

@ -2,9 +2,6 @@
. config/options $1 . config/options $1
# gcc 4.5-20101125 segmentation faults when compiling cairo 1.10.0.
CFLAGS="$CFLAGS -fno-inline-small-functions"
cd $PKG_BUILD cd $PKG_BUILD
./configure --host=$TARGET_NAME \ ./configure --host=$TARGET_NAME \
--build=$HOST_NAME \ --build=$HOST_NAME \