17296512 Add ASLR_NOT_APPLICABLE as an ASLR mode in Userland
authorRich Burridge <rich.burridge@oracle.com>
Wed, 14 Aug 2013 10:54:58 -0700
changeset 1434 c782e620dd26
parent 1433 c111a9dd45a7
child 1435 6046582a044c
17296512 Add ASLR_NOT_APPLICABLE as an ASLR mode in Userland
components/ant/Makefile
components/antlr/Makefile
components/apache2-modules/mod_dtrace/Makefile
components/apache2-modules/mod_fcgid/Makefile
components/apache2-modules/mod_jk/Makefile
components/apache2-modules/mod_perl/Makefile
components/apache2-modules/mod_proxy_html/Makefile
components/apache2-modules/mod_security2/Makefile
components/apache2-modules/mod_wsgi/Makefile
components/apr-util/Makefile
components/apr/Makefile
components/areca/Makefile
components/autoconf/Makefile
components/automake/automake-1.10/Makefile
components/automake/automake-1.11.2/Makefile
components/beanshell/Makefile
components/common/Makefile
components/convmv/Makefile
components/daq/Makefile
components/dejagnu/Makefile
components/ejabberd/Makefile
components/facter/Makefile
components/foomatic/db/Makefile
components/foomatic/fppd/Makefile
components/gdbm/Makefile
components/gnu-gs-fonts-other/Makefile
components/gnu-gs-fonts-std/Makefile
components/gnump/Makefile
components/gnupth/Makefile
components/gpgme/Makefile
components/grails/Makefile
components/hwdata/Makefile
components/ilmbase/Makefile
components/junit/Makefile
components/libarchive/Makefile
components/libassuan/Makefile
components/libedit/Makefile
components/libee/Makefile
components/libestr/Makefile
components/libevent/Makefile
components/libexpat/Makefile
components/libksba/Makefile
components/libmcrypt/Makefile
components/libmng/Makefile
components/libneon/Makefile
components/libnet/Makefile
components/libpcap/Makefile
components/libsigsegv/Makefile
components/libssh2/Makefile
components/libtool/Makefile
components/libtorrent/Makefile
components/libusb/ugen/Makefile
components/libusb/wrapper/Makefile
components/logilab-astng/Makefile
components/logilab-common/Makefile
components/meld/Makefile
components/memcached-java/Makefile
components/mercurial/Makefile
components/meta-packages/history/Makefile
components/mpc/Makefile
components/mpfr/Makefile
components/openssl/openssl-0.9.8-fips-140/Makefile
components/openusb/Makefile
components/parallel/Makefile
components/perl_modules/DBI/Makefile
components/perl_modules/authen-pam/Makefile
components/perl_modules/net-ssleay/Makefile
components/perl_modules/pmtools/Makefile
components/perl_modules/xml-libxml/Makefile
components/perl_modules/xml-namespacesupport/Makefile
components/perl_modules/xml-parser/Makefile
components/perl_modules/xml-sax-base/Makefile
components/perl_modules/xml-sax/Makefile
components/perl_modules/xml-simple/Makefile
components/php-common/Makefile
components/popt/Makefile
components/puppet/Makefile
components/pylint/Makefile
components/python/argparse/Makefile
components/python/cherrypy/Makefile
components/python/coverage/Makefile
components/python/cssutils/Makefile
components/python/decorator/Makefile
components/python/imaging/Makefile
components/python/ipython/Makefile
components/python/jsonrpclib/Makefile
components/python/ldtp/Makefile
components/python/m2crypto/Makefile
components/python/mako/Makefile
components/python/mock/Makefile
components/python/mysql/Makefile
components/python/netaddr/Makefile
components/python/nose/Makefile
components/python/pep8/Makefile
components/python/ply/Makefile
components/python/pybonjour/Makefile
components/python/pycups/Makefile
components/python/pycurl/Makefile
components/python/pylxml/Makefile
components/python/pyopenssl/Makefile
components/python/setuptools/Makefile
components/python/simplejson/Makefile
components/python/twisted-web2/Makefile
components/python/twisted/Makefile
components/python/zope-interface/Makefile
components/quilt/Makefile
components/rdiff-backup/Makefile
components/readline/Makefile
components/rpm2cpio/Makefile
components/samba/samba30/Makefile
components/slib/Makefile
components/stdcxx/Makefile
components/tcltls/Makefile
components/timezone/Makefile
components/tomcat/Makefile
components/visual-panels/apache/Makefile
components/visual-panels/core/Makefile
components/visual-panels/core/src/java/lib/TimingFramework/Makefile
components/visual-panels/core/src/java/lib/swingx/Makefile
components/visual-panels/coreadm/Makefile
components/visual-panels/examples/Makefile
components/visual-panels/firewall/Makefile
components/visual-panels/smf/Makefile
components/visual-panels/sysmon/Makefile
components/visual-panels/time/Makefile
components/visual-panels/usermgr/Makefile
components/visual-panels/zconsole/Makefile
make-rules/shared-macros.mk
--- a/components/ant/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/ant/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -20,7 +20,7 @@
 #
 
 #
-# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 
 include ../../make-rules/shared-macros.mk
@@ -67,6 +67,8 @@
 COMPONENT_TEST_TARGETS =	test
 COMPONENT_TEST_ENV +=		$(ANT_ENV)
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 build:	$(BUILD_32)
 
 install: $(INSTALL_32)
--- a/components/antlr/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/antlr/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -62,7 +62,7 @@
 
 COMPONENT_TEST_TARGETS = test
 
-ASLR_MODE = $(ASLR_ENABLE)
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
 
 # common targets
 build:          $(BUILD_32)
--- a/components/apache2-modules/mod_dtrace/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/apache2-modules/mod_dtrace/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -43,6 +43,8 @@
 PATH=$(PARFAIT_TOOLS):$(SPRO_VROOT)/bin:/usr/bin
 endif
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 download:
 
 clobber: clean
--- a/components/apache2-modules/mod_fcgid/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/apache2-modules/mod_fcgid/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -50,6 +50,8 @@
 PATH=$(PARFAIT_TOOLS):$(SPRO_VROOT)/bin:/usr/bin
 endif
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 build: $(BUILD_32_and_64)
 
 install: $(INSTALL_32_and_64)
--- a/components/apache2-modules/mod_jk/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/apache2-modules/mod_jk/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -58,6 +58,8 @@
 PATH=$(PARFAIT_TOOLS):$(SPRO_VROOT)/bin:/usr/bin
 endif
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 build: $(BUILD_32_and_64)
 
 test: $(NO_TESTS)
--- a/components/apache2-modules/mod_perl/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/apache2-modules/mod_perl/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -64,6 +64,8 @@
 PATH=$(PARFAIT_TOOLS):$(SPRO_VROOT)/bin:/usr/bin
 endif
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 build: $(BUILD_32)
 
 install: $(INSTALL_32)
--- a/components/apache2-modules/mod_proxy_html/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/apache2-modules/mod_proxy_html/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -49,6 +49,8 @@
 PATH=$(PARFAIT_TOOLS):$(SPRO_VROOT)/bin:/usr/bin
 endif
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 build: $(BUILD_32_and_64)
 
 test: $(NO_TESTS)
--- a/components/apache2-modules/mod_security2/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/apache2-modules/mod_security2/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -51,6 +51,8 @@
 
 COMPONENT_TEST_ARGS += CFLAGS="$(CFLAGS) -DMSC_TEST"
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 build: $(BUILD_32_and_64)
 
 test: $(TEST_32_and_64)
--- 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)
--- a/components/apr-util/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/apr-util/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 include ../../make-rules/shared-macros.mk
 
@@ -70,6 +70,8 @@
 PKG_PROTO_DIRS += $(BUILD_DIR)/$(MACH32)/docs/dox/html
 PKG_PROTO_DIRS += $(BUILD_DIR)/$(MACH32)/docs/dox/html/search
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 docs: $(BUILD_DIR)/$(MACH32)/.built
 	cd $(BUILD_DIR)/$(MACH32); doxygen docs/doxygen.conf
 
--- a/components/apr/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/apr/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 include ../../make-rules/shared-macros.mk
 
@@ -72,6 +72,8 @@
 PKG_PROTO_DIRS += $(BUILD_DIR_32)/docs/dox/html
 PKG_PROTO_DIRS += $(BUILD_DIR_32)/docs/dox/html/search
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 docs: $(BUILD_DIR_32)/.built
 	cd $(BUILD_DIR_32); doxygen docs/doxygen.conf
 
--- a/components/areca/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/areca/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -20,7 +20,7 @@
 #
 
 #
-# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 
 include ../../make-rules/shared-macros.mk
@@ -48,6 +48,7 @@
 COMPONENT_BUILD_TARGETS += install -buildfile build.xml
 COMPONENT_BUILD_ENV += ANT_OPTS="-Dfile.encoding=iso-8859-1"
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
 
 # common targets
 build:		$(BUILD_32)
--- a/components/autoconf/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/autoconf/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -20,7 +20,7 @@
 #
 
 #
-# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 
 include ../../make-rules/shared-macros.mk
@@ -46,6 +46,8 @@
 CONFIGURE_OPTIONS  +=		CFLAGS="$(CFLAGS)"
 CONFIGURE_OPTIONS  +=		PERL="$(PERL)"
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # common targets
 build:		$(BUILD_32)
 
--- a/components/automake/automake-1.10/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/automake/automake-1.10/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -20,7 +20,7 @@
 #
 
 #
-# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 
 include ../../../make-rules/shared-macros.mk
@@ -43,6 +43,8 @@
 CONFIGURE_OPTIONS  +=		CFLAGS="$(CFLAGS)"
 CONFIGURE_OPTIONS  +=		PERL="$(PERL)"
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # common targets
 build:		$(BUILD_32)
 
--- a/components/automake/automake-1.11.2/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/automake/automake-1.11.2/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -20,7 +20,7 @@
 #
 
 #
-# Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 
 include ../../../make-rules/shared-macros.mk
@@ -42,6 +42,8 @@
 CONFIGURE_OPTIONS  +=	CFLAGS="$(CFLAGS)"
 CONFIGURE_OPTIONS  +=	PERL="$(PERL)"
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # common targets
 build:		$(BUILD_32)
 
--- a/components/beanshell/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/beanshell/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 include ../../make-rules/shared-macros.mk
 
@@ -57,6 +57,8 @@
 PKG_PROTO_DIRS += $(COMPONENT_DIR) 
 PKG_PROTO_DIRS += $(BUILD_DIR_32)
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # common targets
 build:		$(BUILD_32)
 
--- a/components/common/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/common/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -20,7 +20,7 @@
 #
 
 #
-# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 
 include ../../make-rules/shared-macros.mk
@@ -40,6 +40,8 @@
 
 CLEAN_PATHS+= $(BUILD_DIR)
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # common targets
 
 # Just create the build directory, which is needed for publishing.
--- a/components/convmv/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/convmv/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -20,7 +20,7 @@
 #
 
 #
-# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 
 include ../../make-rules/shared-macros.mk
@@ -43,6 +43,8 @@
 
 COMPONENT_TEST_TARGETS= test 
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # common targets
 build:		$(BUILD_32)
 
--- a/components/daq/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/daq/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -47,7 +47,7 @@
 CONFIGURE_OPTIONS +=    --enable-static=no
 CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS)"
 
-ASLR_MODE = $(ASLR_ENABLE)
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
 
 # common targets
 build:		$(BUILD_32_and_64)
--- a/components/dejagnu/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/dejagnu/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -41,7 +41,7 @@
 
 COMPONENT_TEST_ENV +=	PATH="$(GNUBIN):$(PATH)"
 
-ASLR_MODE = $(ASLR_ENABLE)
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
 
 # common targets
 build:		$(BUILD_64)
--- a/components/ejabberd/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/ejabberd/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -20,7 +20,7 @@
 #
 
 #
-# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 
 include ../../make-rules/shared-macros.mk
@@ -60,6 +60,8 @@
 
 CONFIGURE_SCRIPT = ./configure
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 build:	$(BUILD_32)
 
 install:	$(INSTALL_32)
--- a/components/facter/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/facter/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -36,6 +36,8 @@
 include $(WS_TOP)/make-rules/install.rb.mk
 include $(WS_TOP)/make-rules/ips.mk
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # common targets
 build:		$(BUILD_32)
 
--- a/components/foomatic/db/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/foomatic/db/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 include ../../../make-rules/shared-macros.mk
 
@@ -43,6 +43,8 @@
  gzip -c $(SOURCE_DIR)/db/source/PPD/Oce/Others/IM8530_1.PPD \
   > $(PROTO_DIR)/usr/share/foomatic/db/source/PPD/Oce/Others/IM8530_1.ppd.gz
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # common targets
 build:		$(BUILD_32)
 
--- a/components/foomatic/fppd/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/foomatic/fppd/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 include ../../../make-rules/shared-macros.mk
 
@@ -50,6 +50,8 @@
 	$(CLONEY) $(SOURCE_DIR)/share/ppd $(PROTOUSRSHAREDIR)/ppd/SUNWfoomatic
 	$(TOUCH) $@
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # common targets
 build:	$(SOURCE_DIR)/.built
 
--- a/components/gdbm/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/gdbm/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 include ../../make-rules/shared-macros.mk
 
@@ -42,6 +42,8 @@
 
 COMPONENT_INSTALL_ENV +=	INSTALL_ROOT="$(PROTO_DIR)"
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # common targets
 build:		$(BUILD_32_and_64)
 
--- a/components/gnu-gs-fonts-other/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/gnu-gs-fonts-other/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -19,7 +19,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 include ../../make-rules/shared-macros.mk
 
@@ -41,6 +41,8 @@
 include ../../make-rules/prep.mk
 include ../../make-rules/ips.mk
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # untar the tar ball and apply the patches
 build:		$(SOURCE_DIR)/.prep
 
--- a/components/gnu-gs-fonts-std/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/gnu-gs-fonts-std/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -19,7 +19,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 include ../../make-rules/shared-macros.mk
 
@@ -41,6 +41,8 @@
 include ../../make-rules/prep.mk
 include ../../make-rules/ips.mk
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # untar the tar ball and apply the patches
 build:  $(SOURCE_DIR)/.prep
 
--- a/components/gnump/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/gnump/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -19,7 +19,7 @@
 #
 
 #
-# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 
 include ../../make-rules/shared-macros.mk
@@ -148,6 +148,8 @@
       $(INSTALL) -m 0644 $(COMPONENT_DIR)/Solaris/libgmp.3 \
 	$(PROTOUSRSHAREMAN3DIR)/ )
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # common targets
 build: $(BUILD_32_and_64)
 
--- a/components/gnupth/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/gnupth/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 include ../../make-rules/shared-macros.mk
 
@@ -67,6 +67,8 @@
 CONFIGURE_ENV  +=   LDFLAGS="$(LDFLAGS)"
 CONFIGURE_ENV +=    INSTALL="$(INSTALL)"
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 build: $(BUILD_32_and_64)
 
 install: $(INSTALL_32_and_64)
--- a/components/gpgme/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/gpgme/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 include ../../make-rules/shared-macros.mk
 
@@ -73,6 +73,8 @@
 CONFIGURE_OPTIONS  +=		--with-gpgconf=$(USRBINDIR)/gpgconf
 CONFIGURE_OPTIONS  +=		--with-pic
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 build: $(BUILD_32_and_64)
 
 install: $(INSTALL_32_and_64)
--- a/components/grails/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/grails/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -20,7 +20,7 @@
 #
 
 #
-# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 
 include ../../make-rules/shared-macros.mk
@@ -42,6 +42,8 @@
 COMPONENT_PRE_BUILD_ACTION = $(MKDIR) $(@D)/tmp 
 COMPONENT_BUILD_ENV += "ANT_OPTS=-Djava.io.tmpdir=$(BUILD_DIR_32)/tmp"
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # common targets
 build:		$(BUILD_32)
 
--- a/components/hwdata/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/hwdata/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -69,6 +69,8 @@
 LICENSES = $(ID_FILES:%=%.license)
 BUILT_LICENSES = $(LICENSES:%=$(BUILD_DIR)/%)
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # Extract the header up to the first blank line
 $(BUILD_DIR)/%.header: %
 	$(MKDIR) $(@D)
--- a/components/ilmbase/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/ilmbase/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 include ../../make-rules/shared-macros.mk
 
@@ -58,6 +58,8 @@
 CONFIGURE_OPTIONS  +=           --enable-posix-sem
 CONFIGURE_OPTIONS  +=           --with-pic
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 build: $(BUILD_32_and_64)
 
 install: $(INSTALL_32_and_64)
--- a/components/junit/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/junit/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -42,6 +42,8 @@
 COMPONENT_BUILD_ARGS    += -Dversion-status=""
 COMPONENT_BUILD_TARGETS += dist
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # common targets
 build:		$(BUILD_32)
 	
--- a/components/libarchive/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/libarchive/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -52,6 +52,8 @@
     (cd $(@D)/doc/man ; rm *.[135] ; env PATH=/usr/gnu/bin:$$PATH gmake all)
 PKG_PROTO_DIRS += $(COMPONENT_SRC)/doc/man
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # common targets
 build:		$(BUILD_32_and_64)
 
--- a/components/libassuan/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/libassuan/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 include ../../make-rules/shared-macros.mk
 
@@ -61,6 +61,8 @@
 CONFIGURE_OPTIONS  +=		--with-gpg-error-prefix=$(CONFIGURE_PREFIX)
 CONFIGURE_OPTIONS  +=		--with-pic
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 build: $(BUILD_32_and_64)
 
 install: $(INSTALL_32_and_64)
--- a/components/libedit/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/libedit/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 include ../../make-rules/shared-macros.mk
 
@@ -41,6 +41,7 @@
 CONFIGURE_OPTIONS +=   --enable-shared
 CONFIGURE_OPTIONS +=   --disable-static
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
 
 # common targets
 build:		$(BUILD_32_and_64)
--- a/components/libee/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/libee/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -41,6 +41,8 @@
 # This is needed for the 64-bit library to be built correctly.
 CONFIGURE_ENV +=	CFLAGS="$(CFLAGS)"
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # common targets
 build:		$(BUILD_32_and_64)
 
--- a/components/libestr/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/libestr/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -41,6 +41,8 @@
 # This is needed for the 64-bit library to be built correctly.
 CONFIGURE_ENV +=	CFLAGS="$(CFLAGS)"
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # common targets
 build:		$(BUILD_32_and_64)
 
--- a/components/libevent/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/libevent/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -20,7 +20,7 @@
 #
 
 #
-# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 
 include ../../make-rules/shared-macros.mk
@@ -54,6 +54,8 @@
 CONFIGURE_OPTIONS	+= CFLAGS="$(CFLAGS)"
 CONFIGURE_OPTIONS	+= --disable-static
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 build:		$(BUILD_32_and_64)
 
 install:	$(INSTALL_32_and_64)
--- a/components/libexpat/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/libexpat/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -20,7 +20,7 @@
 #
 
 #
-# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 
 include ../../make-rules/shared-macros.mk
@@ -44,6 +44,8 @@
 CONFIGURE_OPTIONS += CFLAGS="$(CFLAGS) $(CPP_LARGEFILES)"
 CONFIGURE_OPTIONS += CXXFLAGS="$(CXXFLAGS)"
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # common targets
 build:		$(BUILD_32_and_64)
 
--- a/components/libksba/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/libksba/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 include ../../make-rules/shared-macros.mk
 
@@ -61,6 +61,8 @@
 CONFIGURE_OPTIONS  +=		--with-gpg-error-prefix=$(CONFIGURE_PREFIX)
 CONFIGURE_OPTIONS  +=		--with-pic
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 build: $(BUILD_32_and_64)
 
 install: $(INSTALL_32_and_64)
--- a/components/libmcrypt/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/libmcrypt/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -19,7 +19,7 @@
 # CDDL HEADER END
 
 #
-# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 
 include ../../make-rules/shared-macros.mk
@@ -65,6 +65,8 @@
 	$(RM) $(SOURCE_DIR)/config.status ; \
 	($(CLONEY) $(SOURCE_DIR) $(@D))
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # common targets
 
 build:		$(BUILD_32_and_64)
--- a/components/libmng/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/libmng/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -20,7 +20,7 @@
 #
 
 #
-# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 
 include ../../make-rules/shared-macros.mk
@@ -92,6 +92,8 @@
 		    libtoolize --force --copy ; aclocal ; \
 		    automake --add-missing --copy ; autoconf )
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 $(BUILD_DIR)/libmng-64.pc:	Solaris/libmng-64.pc
 	/bin/sed -e "s#MACH64#$(MACH64)#g" <$< >$@
 
--- a/components/libneon/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/libneon/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 include ../../make-rules/shared-macros.mk
 
@@ -62,6 +62,8 @@
 
 COMPONENT_TEST_ENV +=	PATH="$(GNUBIN):$(PATH)"
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 build:		$(BUILD_32_and_64)
 
 install:	$(INSTALL_32_and_64)
--- a/components/libnet/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/libnet/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -20,7 +20,7 @@
 #
 
 #
-# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 
 include ../../make-rules/shared-macros.mk
@@ -49,6 +49,7 @@
 CONFIGURE_OPTIONS.32 += --srcdir=$(BUILD_DIR_32)
 CONFIGURE_OPTIONS.64 += --srcdir=$(BUILD_DIR_64)
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
 
 # common targets
 build:		$(BUILD_32_and_64)
--- a/components/libpcap/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/libpcap/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 include ../../make-rules/shared-macros.mk
 
@@ -43,6 +43,8 @@
 CC += $(CC_BITS)
 CONFIGURE_OPTIONS  +=	CFLAGS="$(CFLAGS) -DHAVE_CONFIG_H"
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # common targets
 build:		$(BUILD_32_and_64)
 
--- a/components/libsigsegv/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/libsigsegv/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 include ../../make-rules/shared-macros.mk
 
@@ -40,6 +40,8 @@
 CONFIGURE_OPTIONS  +=		--enable-shared
 CONFIGURE_OPTIONS  +=		CFLAGS="$(CFLAGS)"
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # common targets
 build:		$(BUILD_32_and_64)
 
--- a/components/libssh2/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/libssh2/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -40,6 +40,8 @@
 CONFIGURE_OPTIONS +=   --enable-shared
 CONFIGURE_OPTIONS +=   --disable-static
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # common targets
 build:		$(BUILD_32_and_64)
 
--- a/components/libtool/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/libtool/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -20,7 +20,7 @@
 #
 
 #
-# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 
 include ../../make-rules/shared-macros.mk
@@ -102,6 +102,8 @@
 
 CLEAN_PATHS += $(SOURCE_DIR_1)
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # common targets
 build:		$(BUILD_32_and_64)
 
--- a/components/libtorrent/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/libtorrent/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -77,6 +77,7 @@
 CONFIGURE_OPTIONS  +=	CFLAGS="$(CFLAGS)"
 CONFIGURE_OPTIONS  +=	CXXFLAGS="$(CXXFLAGS)"
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
 
 # common targets
 build:		$(BUILD_32_and_64)
--- a/components/libusb/ugen/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/libusb/ugen/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -43,6 +43,8 @@
 # Do not apply the standard licence transforms for this component.
 LICENSE_TRANSFORMS =
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 download:
 
 clobber:	clean
--- a/components/libusb/wrapper/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/libusb/wrapper/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 include ../../../make-rules/shared-macros.mk
 
@@ -40,6 +40,8 @@
 $(BUILD_DIR_64)/.installed:     BITS=64
 COMPONENT_INSTALL_ARGS += BITS=$(BITS)
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # common targets
 $(SOURCE_DIR)/.prep:
 	$(TOUCH) $@
--- a/components/logilab-astng/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/logilab-astng/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -39,6 +39,8 @@
 include ../../make-rules/ips.mk
 include ../../make-rules/setup.py.mk
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # common targets
 
 build:		$(BUILD_NO_ARCH)
--- a/components/logilab-common/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/logilab-common/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -48,6 +48,7 @@
 	(cd $(PROTO_DIR)/usr/bin ; $(MV) -f pytest pytest-$(PYTHON_VERSION)) ; \
 	($(PYTHON) -m compileall $(PROTO_DIR)$(PYTHON_VENDOR_PACKAGES))
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
 
 # common targets
 
--- a/components/meld/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/meld/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 
 include ../../make-rules/shared-macros.mk
@@ -41,6 +41,8 @@
 # we don't try to install into roots /usr but rather our proto areas usr
 COMPONENT_INSTALL_ARGS +=	DESTDIR=$(PROTO_DIR)
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # common targets
 build:		$(BUILD_32)
 
--- a/components/memcached-java/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/memcached-java/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -19,7 +19,7 @@
 # CDDL HEADER END
 
 #
-# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 
 include ../../make-rules/shared-macros.mk
@@ -68,6 +68,8 @@
 # All files in the package will come from the build directory.
 PKG_PROTO_DIRS +=	$(BUILD_DIR_$(BITS))
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # common targets
 
 build:		$(BUILD_32)
--- a/components/mercurial/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/mercurial/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 include ../../make-rules/shared-macros.mk
 
@@ -48,6 +48,8 @@
 # file consistently gets the same timestamp.
 $(SOURCE_DIR)/.https_proxy.patched: GPATCH_FLAGS += -Z
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # common targets
 build:		$(BUILD_32)
 
--- a/components/meta-packages/history/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/meta-packages/history/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -44,6 +44,8 @@
 MOGRIFIED =		$(CANONICAL_MANIFESTS:%.p5m=$(MANIFEST_BASE)-%.mogrified)
 PUBLISHED =		$(CANONICAL_MANIFESTS:%.p5m=$(MANIFEST_BASE)-%.published)
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 download prep build install:
 	@echo "nothing to be done for $@"
 
--- a/components/mpc/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/mpc/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -20,7 +20,7 @@
 #
 
 #
-# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 
 include ../../make-rules/shared-macros.mk
@@ -50,6 +50,8 @@
 
 include ../../make-rules/shared-targets.mk
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # common targets
 build:	$(BUILD_32_and_64)
 
--- a/components/mpfr/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/mpfr/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -19,7 +19,7 @@
 #
 
 #
-# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 
 include ../../make-rules/shared-macros.mk
@@ -121,6 +121,8 @@
       $(INSTALL) -m 0644 $(COMPONENT_DIR)/Solaris/libmpfr.3 \
 	$(PROTOUSRSHAREMAN3DIR)/ )
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # common targets
 build: $(BUILD_32_and_64)
 
--- a/components/openssl/openssl-0.9.8-fips-140/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/openssl/openssl-0.9.8-fips-140/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -126,6 +126,8 @@
     ( [ $(BITS) -eq 32 ] && $(GPATCH) -p1 $(@D)/crypto/opensslconf.h \
       patches-post-config/opensslconf.patch; cd $(@D); $(MAKE) depend; )
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # We must make sure that openssl-fips component is built before this 0.9.8
 # component since in order to build FIPS-140 certified libraries, the canister
 # is needed. Note that we must unset BITS that would override the same variable
--- a/components/openusb/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/openusb/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 include ../../make-rules/shared-macros.mk
 
@@ -49,6 +49,8 @@
 COMPONENT_POST_BUILD_ACTION = \
 	(cd $(@D)/src; $(MAKE) install-sunos-backend)
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 build: $(BUILD_32_and_64)
 
 install: $(INSTALL_32_and_64)
--- a/components/parallel/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/parallel/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -46,6 +46,8 @@
 # automatically generated
 COMPONENT_BUILD_ENV +=    PATH="/usr/bin:/usr/gnu/bin:/usr/perl5/bin"
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # common targets
 build:		$(BUILD_32)
 
--- a/components/perl_modules/DBI/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/perl_modules/DBI/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -41,6 +41,8 @@
 
 COMPONENT_TEST_TARGETS = test
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 build:		$(BUILD_32_and_64)
 
 install:	$(INSTALL_32_and_64)
--- a/components/perl_modules/authen-pam/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/perl_modules/authen-pam/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -41,8 +41,7 @@
 include $(WS_TOP)/make-rules/ips.mk
 include $(WS_TOP)/make-rules/makemaker.mk
 
-# Enable ASLR for this component
-ASLR_MODE = $(ASLR_ENABLE)
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
 
 # man pages go in the common area
 COMPONENT_INSTALL_ENV += INSTALLVENDORMAN3DIR=$(USRSHAREMAN3DIR)
--- a/components/perl_modules/net-ssleay/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/perl_modules/net-ssleay/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -40,8 +40,7 @@
 include $(WS_TOP)/make-rules/makemaker.mk
 include $(WS_TOP)/make-rules/ips.mk
 
-# Enable ASLR for this component
-ASLR_MODE = $(ASLR_ENABLE)
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
 
 # The component Makefile.PL file will ask some questions on whether we want
 # to run external tests, to which we want to answer with "n".
--- a/components/perl_modules/pmtools/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/perl_modules/pmtools/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -39,8 +39,7 @@
 include $(WS_TOP)/make-rules/makemaker.mk
 include $(WS_TOP)/make-rules/ips.mk
 
-# Enable ASLR for this component
-ASLR_MODE = $(ASLR_ENABLE)
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
 
 build:		$(BUILD_32_and_64)
 
--- a/components/perl_modules/xml-libxml/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/perl_modules/xml-libxml/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -40,8 +40,7 @@
 include $(WS_TOP)/make-rules/ips.mk
 include $(WS_TOP)/make-rules/makemaker.mk
 
-# Enable ASLR for this component
-ASLR_MODE = $(ASLR_ENABLE)
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
 
 # man pages go in the common area
 COMPONENT_INSTALL_ENV += INSTALLVENDORMAN3DIR=$(USRSHAREMAN3DIR)
--- a/components/perl_modules/xml-namespacesupport/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/perl_modules/xml-namespacesupport/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -40,8 +40,7 @@
 include $(WS_TOP)/make-rules/ips.mk
 include $(WS_TOP)/make-rules/makemaker.mk
 
-# Enable ASLR for this component
-ASLR_MODE = $(ASLR_ENABLE)
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
 
 # man pages go in the common area
 COMPONENT_INSTALL_ENV += INSTALLVENDORMAN3DIR=$(USRSHAREMAN3DIR)
--- a/components/perl_modules/xml-parser/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/perl_modules/xml-parser/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -46,8 +46,7 @@
 # build threaded 5.12 support too
 PERL_VERSIONS += 5.12-mt
 
-# Enable ASLR for this component
-ASLR_MODE = $(ASLR_ENABLE)
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
 
 # man pages go in the common area
 COMPONENT_INSTALL_ENV += INSTALLVENDORMAN3DIR=$(USRSHAREMAN3DIR)
--- a/components/perl_modules/xml-sax-base/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/perl_modules/xml-sax-base/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -41,8 +41,7 @@
 include $(WS_TOP)/make-rules/ips.mk
 include $(WS_TOP)/make-rules/makemaker.mk
 
-# Enable ASLR for this component
-ASLR_MODE = $(ASLR_ENABLE)
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
 
 # man pages go in the common area
 COMPONENT_INSTALL_ENV += INSTALLVENDORMAN3DIR=$(USRSHAREMAN3DIR)
--- a/components/perl_modules/xml-sax/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/perl_modules/xml-sax/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -40,8 +40,7 @@
 include $(WS_TOP)/make-rules/ips.mk
 include $(WS_TOP)/make-rules/makemaker.mk
 
-# Enable ASLR for this component
-ASLR_MODE = $(ASLR_ENABLE)
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
 
 # man pages go in the common area
 COMPONENT_INSTALL_ENV += INSTALLVENDORMAN3DIR=$(USRSHAREMAN3DIR)
--- a/components/perl_modules/xml-simple/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/perl_modules/xml-simple/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -41,8 +41,7 @@
 include $(WS_TOP)/make-rules/ips.mk
 include $(WS_TOP)/make-rules/makemaker.mk
 
-# Enable ASLR for this component
-ASLR_MODE = $(ASLR_ENABLE)
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
 
 # man pages go in the common area
 COMPONENT_INSTALL_ENV += INSTALLVENDORMAN3DIR=$(USRSHAREMAN3DIR)
--- a/components/php-common/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/php-common/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 include ../../make-rules/shared-macros.mk
 
@@ -31,6 +31,8 @@
 include $(WS_TOP)/make-rules/configure.mk
 include $(WS_TOP)/make-rules/ips.mk
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # nothing to download or build; just package
 download prep build install test:
 
--- a/components/popt/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/popt/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -20,7 +20,7 @@
 #
 
 #
-# Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 
 include ../../make-rules/shared-macros.mk
@@ -61,6 +61,8 @@
 
 PKG_PROTO_DIRS +=	$(COMPONENT_DIR)/files
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # common targets
 build:          $(BUILD_32_and_64)
 
--- a/components/puppet/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/puppet/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -45,6 +45,8 @@
 # set the bindir to /usr/sbin
 INSTALL_RB_BINDIR =	$(USRSBINDIR)
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # common targets
 build:		$(BUILD_32)
 	# Ruby extension for auditing
--- a/components/pylint/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/pylint/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -83,6 +83,7 @@
 COMPONENT_POST_INSTALL_ACTION += \
 	(cd $(PROTO_DIR)/usr/bin; $(MV) symilar symilar-$(PYTHON_VERSION)) ;
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
 
 # common targets
 
--- a/components/python/argparse/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/python/argparse/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -40,6 +40,8 @@
 include $(WS_TOP)/make-rules/setup.py.mk
 include $(WS_TOP)/make-rules/ips.mk
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # common targets
 build:		$(BUILD_32)
 
--- a/components/python/cherrypy/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/python/cherrypy/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -43,6 +43,8 @@
 COMPONENT_POST_INSTALL_ACTION = \
 	(cd $(PROTO_DIR)/usr/bin ; $(MV) cherryd cherryd$(PYTHON_VERSION))
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # common targets
 build:		$(BUILD_NO_ARCH)
 
--- a/components/python/coverage/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/python/coverage/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 include ../../../make-rules/shared-macros.mk
 
@@ -38,6 +38,8 @@
 include $(WS_TOP)/make-rules/setup.py.mk
 include $(WS_TOP)/make-rules/ips.mk
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # common targets
 build:		$(BUILD_32)
 
--- a/components/python/cssutils/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/python/cssutils/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -70,6 +70,8 @@
 COMPONENT_PRE_INSTALL_ACTION = \
 	(cd $(SOURCE_DIR); $(RM) -r src ; $(CP) -rp src-$(PYTHON_VERSION) src )
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 build:          $(BUILD_NO_ARCH)
 
 install:        $(INSTALL_NO_ARCH)
--- a/components/python/decorator/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/python/decorator/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -37,6 +37,8 @@
 include $(WS_TOP)/make-rules/setup.py.mk
 include $(WS_TOP)/make-rules/ips.mk
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # common targets
 build:		$(BUILD_NO_ARCH)
 
--- a/components/python/imaging/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/python/imaging/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -46,7 +46,7 @@
 COMPONENT_TEST_ARGS= ./selftest.py
 COMPONENT_TEST_ENV= PYTHONPATH=$(TEST_PYTHONPATH.$(BITS))
 
-ASLR_MODE = $(ASLR_ENABLE)
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
 
 # common targets
 build:          $(BUILD_32_and_64)
--- a/components/python/ipython/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/python/ipython/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -48,6 +48,8 @@
 COMPONENT_POST_UNPACK_ACTION = \
 	(cd $(SOURCE_DIR)/docs/man; /usr/bin/gunzip * )
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # common targets
 build:          $(BUILD_32)
 
--- a/components/python/jsonrpclib/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/python/jsonrpclib/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -39,6 +39,8 @@
 include $(WS_TOP)/make-rules/setup.py.mk
 include $(WS_TOP)/make-rules/ips.mk
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # common targets
 build:		$(BUILD_NO_ARCH)
 
--- a/components/python/ldtp/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/python/ldtp/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -43,6 +43,8 @@
 COMPONENT_POST_INSTALL_ACTION = \
 	(cd $(PROTO_DIR)/usr/bin ; $(MV) -f ldtp ldtp$(PYTHON_VERSION))
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # common targets
 build:		$(BUILD_NO_ARCH)
 
--- a/components/python/m2crypto/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/python/m2crypto/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 include ../../../make-rules/shared-macros.mk
 
@@ -38,6 +38,8 @@
 include $(WS_TOP)/make-rules/setup.py.mk
 include $(WS_TOP)/make-rules/ips.mk
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # common targets
 build:		$(BUILD_32_and_64)
 
--- a/components/python/mako/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/python/mako/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -38,6 +38,8 @@
 include $(WS_TOP)/make-rules/setup.py.mk
 include $(WS_TOP)/make-rules/ips.mk
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # common targets
 build:		$(BUILD_NO_ARCH)
 
--- a/components/python/mock/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/python/mock/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -39,6 +39,8 @@
 COMPONENT_TEST_DIR =	$(SOURCE_DIR)
 COMPONENT_TEST_ARGS =	setup.py test
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # common targets
 build:		$(BUILD_NO_ARCH)
 
--- a/components/python/mysql/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/python/mysql/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -43,6 +43,8 @@
 
 CFLAGS +=	-L/usr/mysql/lib/mysql -R/usr/mysql/lib/mysql
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # common targets
 build:          $(BUILD_32)
 
--- a/components/python/netaddr/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/python/netaddr/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -39,6 +39,8 @@
 COMPONENT_POST_INSTALL_ACTION = \
 	(cd $(PROTOUSRBINDIR) ; $(MV) netaddr netaddr-$(PYTHON_VERSION))
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # common targets
 build:		$(BUILD_NO_ARCH)
 
--- a/components/python/nose/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/python/nose/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -39,6 +39,8 @@
 include $(WS_TOP)/make-rules/setup.py.mk
 include $(WS_TOP)/make-rules/ips.mk
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # common targets
 build:		$(BUILD_NO_ARCH)
 
--- a/components/python/pep8/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/python/pep8/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -55,6 +55,8 @@
 COMPONENT_POST_INSTALL_ACTION += \
 	(cd $(PROTO_DIR)/usr/bin ; $(MV) -f pep8 pep8-$(PYTHON_VERSION))
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # common targets
 build:		$(BUILD_NO_ARCH)
 
--- a/components/python/ply/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/python/ply/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -38,6 +38,8 @@
 include $(WS_TOP)/make-rules/setup.py.mk
 include $(WS_TOP)/make-rules/ips.mk
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # common targets
 build:		$(BUILD_NO_ARCH)
 
--- a/components/python/pybonjour/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/python/pybonjour/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -38,6 +38,8 @@
 include $(WS_TOP)/make-rules/setup.py.mk
 include $(WS_TOP)/make-rules/ips.mk
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # common targets
 build:		$(BUILD_NO_ARCH)
 
--- a/components/python/pycups/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/python/pycups/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 include ../../../make-rules/shared-macros.mk
 
@@ -41,6 +41,8 @@
 # pycups requires VERSION to be defined. Originally set in the package Makefile
 CFLAGS += -DVERSION=\\\"$(COMPONENT_VERSION)\\\"
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # common targets
 build:		$(BUILD_32_and_64)
 
--- a/components/python/pycurl/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/python/pycurl/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 include ../../../make-rules/shared-macros.mk
 
@@ -45,6 +45,8 @@
 # to make sure that the docs get installed in the right place.
 PYTHON_DATA = /usr
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # common targets
 build:		$(BUILD_32_and_64)
 
--- a/components/python/pylxml/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/python/pylxml/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 include ../../../make-rules/shared-macros.mk
 
@@ -41,6 +41,8 @@
 include $(WS_TOP)/make-rules/setup.py.mk
 include $(WS_TOP)/make-rules/ips.mk
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # common targets
 build:		$(BUILD_32_and_64)
 
--- a/components/python/pyopenssl/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/python/pyopenssl/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -38,6 +38,8 @@
 include $(WS_TOP)/make-rules/setup.py.mk
 include $(WS_TOP)/make-rules/ips.mk
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # common targets
 build:		$(BUILD_32_and_64)
 
--- a/components/python/setuptools/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/python/setuptools/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -40,6 +40,8 @@
 include $(WS_TOP)/make-rules/setup.py.mk
 include $(WS_TOP)/make-rules/ips.mk
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # common targets
 build:		$(BUILD_NO_ARCH)
 
--- a/components/python/simplejson/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/python/simplejson/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -42,7 +42,7 @@
 COMPONENT_TEST_DIR= $(COMPONENT_SRC) 
 COMPONENT_TEST_ARGS= ./setup.py test
 
-ASLR_MODE = $(ASLR_ENABLE)
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
 
 # common targets
 build:          $(BUILD_32_and_64)
--- a/components/python/twisted-web2/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/python/twisted-web2/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -39,6 +39,8 @@
 include $(WS_TOP)/make-rules/setup.py.mk
 include $(WS_TOP)/make-rules/ips.mk
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # common targets
 build:          $(BUILD_NO_ARCH)
 
--- a/components/python/twisted/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/python/twisted/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -43,7 +43,7 @@
 COMPONENT_TEST_CMD= $(@D)/scripts-2.6/trial twisted
 COMPONENT_TEST_ARGS=""
 
-ASLR_MODE = $(ASLR_ENABLE)
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
 
 # common targets
 build:          $(BUILD_32_and_64)
--- a/components/python/zope-interface/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/python/zope-interface/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -39,6 +39,8 @@
 include $(WS_TOP)/make-rules/setup.py.mk
 include $(WS_TOP)/make-rules/ips.mk
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # common targets
 build:          $(BUILD_32_and_64)
 
--- a/components/quilt/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/quilt/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -20,7 +20,7 @@
 #
 
 #
-# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 
 include ../../make-rules/shared-macros.mk
@@ -74,6 +74,7 @@
 
 COMPONENT_INSTALL_ARGS +=	BUILD_ROOT=$(PROTO_DIR)
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
 
 # common targets
 build:		$(BUILD_32)
--- a/components/rdiff-backup/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/rdiff-backup/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -53,6 +53,8 @@
 PYTHON_ENV += LDFLAGS="$(LDFLAGS)"
 COMPONENT_INSTALL_ENV += $(PYTHON_ENV)
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # common targets
 
 build:		$(BUILD_64)
--- a/components/readline/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/readline/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -20,7 +20,7 @@
 #
 
 #
-# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 
 include ../../make-rules/shared-macros.mk
@@ -51,6 +51,8 @@
 CONFIGURE_OPTIONS  +=		CFLAGS="$(CFLAGS)"
 CONFIGURE_OPTIONS  +=		LDFLAGS="$(LDFLAGS)"
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # common targets
 build:		$(BUILD_32_and_64)
 
--- a/components/rpm2cpio/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/rpm2cpio/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -20,7 +20,7 @@
 #
 
 #
-# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 
 include ../../make-rules/shared-macros.mk
@@ -45,6 +45,8 @@
 
 CLEAN_PATHS+= $(BUILD_DIR)
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # Common targets
 #
 build:
--- a/components/samba/samba30/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/samba/samba30/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -135,6 +135,8 @@
 # attributes.
 LICENSE_TRANSFORMS =
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # common targets
 build:		$(BUILD_32)
 
--- a/components/slib/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/slib/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 
 #
@@ -47,6 +47,8 @@
 # So if COMPONENT_VERSION changes above this needs to change as well.
 IPS_COMPONENT_VERSION=  3.1.1
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # nothing to really build
 build: $(SOURCE_DIR)/.prep
 
--- a/components/stdcxx/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/stdcxx/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -229,6 +229,8 @@
 	$(GCP) -rpd $(COMPONENT_SRC) $(COMPONENT_SRC)-$(BITS) ; \
 	$(RM) -rf $(COMPONENT_SRC) )
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 build: $(BUILD_32) $(BUILD_64)
 
 install: $(BUILD_DIR_32)/.built $(BUILD_DIR_64)/.built
--- a/components/tcltls/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/tcltls/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 include ../../make-rules/shared-macros.mk
 
@@ -49,6 +49,8 @@
 
 COMPONENT_TEST_TARGETS = test
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 build:		$(BUILD_32_and_64)
 
 install:	$(INSTALL_32_and_64)
--- a/components/timezone/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/timezone/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -39,6 +39,8 @@
 
 POFILE=zoneinfo.po
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 download:
 	@echo "Nothing to download."
 
--- a/components/tomcat/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/tomcat/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -62,6 +62,8 @@
 	(cd $(PROTO_DIR) ; $(RM) conf/CONF.tar.gz ; \
 	    gtar cfz conf/CONF.tar.gz conf/* )
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 build:	$(BUILD_32)
 
 install: build
--- a/components/visual-panels/apache/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/visual-panels/apache/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -52,6 +52,8 @@
 # Do not apply the standard licence transforms for this component.
 LICENSE_TRANSFORMS =
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # common targets
 $(SOURCE_DIR)/.prep:
 	$(TOUCH) $@
--- a/components/visual-panels/core/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/visual-panels/core/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -50,6 +50,8 @@
 # Do not apply the standard licence transforms for this component.
 LICENSE_TRANSFORMS =
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # common targets
 $(SOURCE_DIR)/.prep:
 	$(TOUCH) $@
--- a/components/visual-panels/core/src/java/lib/TimingFramework/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/visual-panels/core/src/java/lib/TimingFramework/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 
 include ../../../../../../../../make-rules/shared-macros.mk
@@ -44,6 +44,8 @@
 COMPONENT_INSTALL_ARGS 		+= -Ddist=${PROTO_DIR} -Dver=$(COMPONENT_VERSION)
 COMPONENT_INSTALL_TARGETS 	+= install
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # common targets
 build:		$(BUILD_32)
 
--- a/components/visual-panels/core/src/java/lib/swingx/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/visual-panels/core/src/java/lib/swingx/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 
 include ../../../../../../../../make-rules/shared-macros.mk
@@ -37,6 +37,8 @@
 COMPONENT_BUILD_ARGS 	+= -Ddist=${PROTO_DIR}
 COMPONENT_BUILD_TARGETS += jar
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # common targets
 build:		$(BUILD_32)
 
--- a/components/visual-panels/coreadm/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/visual-panels/coreadm/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -53,6 +53,8 @@
 # Do not apply the standard licence transforms for this component.
 LICENSE_TRANSFORMS =
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # common targets
 $(SOURCE_DIR)/.prep:
 	$(TOUCH) $@
--- a/components/visual-panels/examples/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/visual-panels/examples/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -52,6 +52,8 @@
 # Do not apply the standard licence transforms for this component.
 LICENSE_TRANSFORMS =
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # common targets
 $(SOURCE_DIR)/.prep:
 	$(TOUCH) $@
--- a/components/visual-panels/firewall/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/visual-panels/firewall/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -53,6 +53,8 @@
 # Do not apply the standard licence transforms for this component.
 LICENSE_TRANSFORMS =
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # common targets
 $(SOURCE_DIR)/.prep:
 	$(TOUCH) $@
--- a/components/visual-panels/smf/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/visual-panels/smf/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -53,6 +53,8 @@
 # Do not apply the standard licence transforms for this component.
 LICENSE_TRANSFORMS =
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # common targets
 $(SOURCE_DIR)/.prep:
 	$(TOUCH) $@
--- a/components/visual-panels/sysmon/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/visual-panels/sysmon/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -53,6 +53,8 @@
 # Do not apply the standard licence transforms for this component.
 LICENSE_TRANSFORMS =
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # common targets
 $(SOURCE_DIR)/.prep:
 	$(TOUCH) $@
--- a/components/visual-panels/time/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/visual-panels/time/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -53,6 +53,8 @@
 # Do not apply the standard licence transforms for this component.
 LICENSE_TRANSFORMS =
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # common targets
 $(SOURCE_DIR)/.prep:
 	$(TOUCH) $@
--- a/components/visual-panels/usermgr/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/visual-panels/usermgr/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -53,6 +53,8 @@
 # Do not apply the standard licence transforms for this component.
 LICENSE_TRANSFORMS =
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # common targets
 $(SOURCE_DIR)/.prep:
 	$(TOUCH) $@
--- a/components/visual-panels/zconsole/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/visual-panels/zconsole/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -52,6 +52,8 @@
 # Do not apply the standard licence transforms for this component.
 LICENSE_TRANSFORMS =
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # common targets
 $(SOURCE_DIR)/.prep:
 	$(TOUCH) $@
--- a/make-rules/shared-macros.mk	Wed Aug 14 11:12:36 2013 -0600
+++ b/make-rules/shared-macros.mk	Wed Aug 14 10:54:58 2013 -0700
@@ -627,6 +627,7 @@
 # use generic macro names for enabling/disabling ASLR
 ASLR_ENABLE = 		-z aslr=enable
 ASLR_DISABLE = 		-z aslr=disable
+ASLR_NOT_APPLICABLE = 	-z aslr=disable
 ASLR_MODE = 		$(ASLR_DISABLE)
 
 # by default, turn off Address Space Layout Randomization for ELF executables;