17402610 tcl, tk and export should be ASLR enabled
authorRich Burridge <rich.burridge@oracle.com>
Tue, 03 Sep 2013 09:29:36 -0700
changeset 1460 21deed5f135f
parent 1459 15dfe7c6432a
child 1461 5ba0aa89a64a
17402610 tcl, tk and export should be ASLR enabled
components/tcl/expect/Makefile
components/tcl/tcl/Makefile
components/tcl/tk/Makefile
--- a/components/tcl/expect/Makefile	Mon Sep 02 23:01:05 2013 -0700
+++ b/components/tcl/expect/Makefile	Tue Sep 03 09:29:36 2013 -0700
@@ -57,6 +57,8 @@
 
 COMPONENT_TEST_TARGETS = test
 
+ASLR_MODE = $(ASLR_ENABLE)
+
 # common targets
 build:		$(BUILD_32_and_64)
 
--- a/components/tcl/tcl/Makefile	Mon Sep 02 23:01:05 2013 -0700
+++ b/components/tcl/tcl/Makefile	Tue Sep 03 09:29:36 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
@@ -62,6 +62,8 @@
 
 COMPONENT_TEST_TARGETS = test
 
+ASLR_MODE = $(ASLR_ENABLE)
+
 # common targets
 build:		$(BUILD_32_and_64)
 
--- a/components/tcl/tk/Makefile	Mon Sep 02 23:01:05 2013 -0700
+++ b/components/tcl/tk/Makefile	Tue Sep 03 09:29:36 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
@@ -61,6 +61,8 @@
 
 COMPONENT_TEST_TARGETS = test
 
+ASLR_MODE = $(ASLR_ENABLE)
+
 # common targets
 build:		$(BUILD_32_and_64)