[Lunar-commits] <moonbase-other> pango: Adjusting build for gcc-4.9
Dennis Veatch
dennisveatch at bellsouth.net
Tue Sep 9 19:41:47 CEST 2014
commit e4222776a52e85162f30acf0778257d892ea1c6b
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Tue, 09 Sep 2014 13:41:28 -0400
URL: https://github.com/lunar-linux/moonbase-other/commit/e4222776a52e85162f30acf0778257d892ea1c6b
pango: Adjusting build for gcc-4.9
---
libs/pango/BUILD | +2/-3
1 file changed, 2 insertions(+), 3 deletions(-)
--- a/libs/pango/BUILD
+++ b/libs/pango/BUILD
@@ -1,4 +1,5 @@
-(
+# Needed to fix gcc-4.9 make failure.
+ CFLAGS+=" -fno-lto" &&
# Unwanted doc
rm -f README.win32 &&
@@ -13,5 +14,3 @@
fi &&
default_build
-
-) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list