From d223095bc9c99af815308da0c086b4e502c5dec0 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sun, 6 Mar 2011 08:54:08 +0100 Subject: [PATCH] fontconfig: dont build with LTO support, fails on ARM Signed-off-by: Stephan Raue --- packages/x11/other/fontconfig/build | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/x11/other/fontconfig/build b/packages/x11/other/fontconfig/build index 12aeeb36ea..570d39e1a9 100755 --- a/packages/x11/other/fontconfig/build +++ b/packages/x11/other/fontconfig/build @@ -22,6 +22,9 @@ . config/options $1 +# fontconfig dont build with LTO support on ARM + strip_lto + # ensure we dont use '-O3' optimization. CFLAGS=`echo $CFLAGS | sed -e "s|-O3|-O2|"` CXXFLAGS=`echo $CXXFLAGS | sed -e "s|-O3|-O2|"`