components/gd2/Makefile
changeset 1664 128a1af2859e
parent 1058 34d7aaa03423
child 1948 2d1537e7942d
--- 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)