24743642 pycairo fails to build on 109 nightly
authorNiveditha Rau <Niveditha.Rau@Oracle.COM>
Fri, 30 Sep 2016 11:06:18 -0700
changeset 7039 941993d080da
parent 7038 ec6c9e486ce6
child 7040 ef2f53357ebd
24743642 pycairo fails to build on 109 nightly
components/python/pycairo/Makefile
--- a/components/python/pycairo/Makefile	Mon Oct 03 12:09:09 2016 -0700
+++ b/components/python/pycairo/Makefile	Fri Sep 30 11:06:18 2016 -0700
@@ -63,6 +63,9 @@
 # Do not install optimised compiled .pyo files
 CONFIGURE_OPTIONS += --nopyo
 
+# This needed to be added for pycairo to build cleanly s12_109 onwards
+studio_C99MODE = $(studio_C99_ENABLE)
+
 # The bundled waf compiles to the old pre-python-3.2 locations, so
 # tell it not to bother, and take care of it ourselves
 CONFIGURE_OPTIONS += --nopyc