18099084 The gd2 Userland component needs ASLRing
authorXINGSZHA <erich.zhang@oracle.com>
Mon, 27 Jan 2014 09:25:05 -0800
changeset 1664 128a1af2859e
parent 1663 d64772b1eb67
child 1665 9e945128be3b
18099084 The gd2 Userland component needs ASLRing
components/gd2/Makefile
--- a/components/gd2/Makefile	Fri Jan 17 17:43:13 2014 +0100
+++ b/components/gd2/Makefile	Mon Jan 27 09:25:05 2014 -0800
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
 #
 include ../../make-rules/shared-macros.mk
 
@@ -60,6 +60,8 @@
 
 COMPONENT_PREP_ACTION = (cd $(@D) ; autoreconf -if)
 
+ASLR_MODE = $(ASLR_ENABLE)
+
 build: $(BUILD_32_and_64)
 
 install: $(INSTALL_32_and_64)