[Lunar-commits] <moonbase-other> cairo: Adjusting BUILD to compensate for gcc-4.9

Dennis Veatch dennisveatch at bellsouth.net
Tue Sep 9 19:40:06 CEST 2014


commit b58fba3ef16a7aa0fc81c41bdc44dc2a93f42c74
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Tue, 09 Sep 2014 13:39:42 -0400
URL: https://github.com/lunar-linux/moonbase-other/commit/b58fba3ef16a7aa0fc81c41bdc44dc2a93f42c74

cairo: Adjusting BUILD to compensate for gcc-4.9
---
  graphics/cairo/BUILD | +4/-0     
  1 file changed, 4 insertions(+)

--- a/graphics/cairo/BUILD
+++ b/graphics/cairo/BUILD
@@ -1,3 +1,7 @@
+
+# Needed to fix gcc-4.9 make failure
+CFLAGS+=" -fno-lto" &&
+
 OPTS+=" --disable-static" &&
 
 if in_depends $MODULE qt4 ; then




More information about the Lunar-commits mailing list