mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
cairo: fix build with newer gcc, readd build with graphite support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
0318199e78
commit
e9d188d534
@ -2,13 +2,8 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
# cairo fails to build with graphite support
|
||||
# see also http://bugs.gentoo.org/336157
|
||||
CFLAGS=`echo $CFLAGS | sed -e "s|-ftree-loop-distribution||"`
|
||||
CFLAGS=`echo $CFLAGS | sed -e "s|-floop-interchange||"`
|
||||
CFLAGS=`echo $CFLAGS | sed -e "s|-floop-strip-mine||"`
|
||||
CFLAGS=`echo $CFLAGS | sed -e "s|-floop-block||"`
|
||||
CFLAGS=`echo $CFLAGS | sed -e "s|-fgraphite-identity||"`
|
||||
# gcc 4.5-20101125 segmentation faults when compiling cairo 1.10.0.
|
||||
CFLAGS="$CFLAGS -fno-inline-small-functions"
|
||||
|
||||
cd $PKG_BUILD
|
||||
./configure --host=$TARGET_NAME \
|
||||
|
Loading…
x
Reference in New Issue
Block a user