mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
xorg-server: dont build with -O3
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
9171d3beb5
commit
8a2f18bd41
@ -38,10 +38,10 @@ else
|
|||||||
XORG_XINERAMA="--disable-xinerama"
|
XORG_XINERAMA="--disable-xinerama"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cd $PKG_BUILD
|
# hack to prevent a build error
|
||||||
|
CFLAGS=`echo $CFLAGS | sed -e "s|-O3|-O2|" -e "s|-Ofast|-O2|"`
|
||||||
|
|
||||||
# add hack to fix build of 1.10.0
|
cd $PKG_BUILD
|
||||||
rm -rf hw/xfree86/loader/sdksyms.c
|
|
||||||
|
|
||||||
./configure --host=$TARGET_NAME \
|
./configure --host=$TARGET_NAME \
|
||||||
--build=$HOST_NAME \
|
--build=$HOST_NAME \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user