24743682 mod_wsgi fails to build on 109 nightly
authorPetr Sumbera <petr.sumbera@oracle.com>
Thu, 06 Oct 2016 01:32:44 -0700
changeset 7062 7c249efbfc20
parent 7061 6e4d359501b9
child 7063 c478967a99d2
24743682 mod_wsgi fails to build on 109 nightly
components/apache2-modules/mod_wsgi/Makefile
--- a/components/apache2-modules/mod_wsgi/Makefile	Thu Oct 06 07:58:29 2016 -0700
+++ b/components/apache2-modules/mod_wsgi/Makefile	Thu Oct 06 01:32:44 2016 -0700
@@ -40,6 +40,9 @@
 VARIANTS_64 += $(BUILD_DIR)/apache24-python35
 include ../modules.mk
 
+# Python is now built in C99 mode and we need it too (24743682).
+studio_C99MODE= $(studio_C99_ENABLE)
+
 $(BUILD_DIR)/apache24-%/$(MACH64)/.configured: APXS=$(APACHE_24_USR_PREFIX)/bin/apxs BITS=64
 $(BUILD_DIR)/apache24-%/$(MACH64)/.built: BITS=64
 $(BUILD_DIR)/apache24-%/$(MACH64)/.tested: BITS=64