diff -r 4838d241e95c -r 79b691ffbda3 components/python/python27/Makefile --- a/components/python/python27/Makefile Tue May 14 22:57:32 2013 -0700 +++ b/components/python/python27/Makefile Wed May 15 12:38:01 2013 -0700 @@ -118,6 +118,8 @@ $(MV) include/python2.7/pyconfig.h include/python2.7/pyconfig-$(BITS).h ; \ $(TOUCH) lib/python2.7/lib2to3/*.pickle) +ASLR_MODE = $(ASLR_ENABLE) + # common targets $(INSTALL_32): $(INSTALL_64) build: $(BUILD_32_and_64)