17483555 groff, guile and lua should be ASLR enabled
authorRich Burridge <rich.burridge@oracle.com>
Wed, 25 Sep 2013 16:51:02 -0700
changeset 1485 808df10bcc09
parent 1484 01108fd9c6ef
child 1486 cb30aa7f446c
17483555 groff, guile and lua should be ASLR enabled
components/groff/Makefile
components/guile/Makefile
components/lua/Makefile
--- a/components/groff/Makefile	Wed Sep 25 14:55:34 2013 -0700
+++ b/components/groff/Makefile	Wed Sep 25 16:51:02 2013 -0700
@@ -69,6 +69,8 @@
 COMPONENT_PRE_INSTALL_ACTION = \
 	($(MKDIR) $(PROTOUSRBINDIR) )
 
+ASLR_MODE = $(ASLR_ENABLE)
+
 # common targets
 build:		$(BUILD_64)
 
--- a/components/guile/Makefile	Wed Sep 25 14:55:34 2013 -0700
+++ b/components/guile/Makefile	Wed Sep 25 16:51:02 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
 
@@ -44,6 +44,8 @@
 CONFIGURE_OPTIONS +=	ac_cv_type_complex_double=no
 CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS)"
 
+ASLR_MODE = $(ASLR_ENABLE)
+
 # common targets
 build:		$(BUILD_32_and_64)
 
--- a/components/lua/Makefile	Wed Sep 25 14:55:34 2013 -0700
+++ b/components/lua/Makefile	Wed Sep 25 16:51:02 2013 -0700
@@ -60,6 +60,8 @@
 $(BUILD_DIR)/lua-64.pc:		files/lua-64.pc
 	/bin/sed -e "s#MACH64#$(MACH64)#g" < $< > $@
 
+ASLR_MODE = $(ASLR_ENABLE)
+
 # common targets
 build:		$(BUILD_32_and_64)