components/apache2-modules/mod_wsgi/Makefile
changeset 1434 c782e620dd26
parent 1394 5f86498eee95
child 1948 2d1537e7942d
--- a/components/apache2-modules/mod_wsgi/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/apache2-modules/mod_wsgi/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -68,6 +68,8 @@
 $(BUILD_32): CONFIGURE_OPTIONS += --with-python=$(PYTHON.32)
 $(BUILD_64): CONFIGURE_OPTIONS += --with-apxs=/usr/bin/$(MACH64)/apxs --with-python=$(PYTHON.64)
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 $(INSTALL_32): COMPONENT_POST_INSTALL_ACTION = \
 	(cd $(PROTO_DIR)/usr/apache2/2.2/libexec ; \
 		$(MV) mod_wsgi.so mod_wsgi-$(PYTHON_VERSION).so)