components/coreutils/Makefile
changeset 1138 6e1f85fa0151
parent 1058 34d7aaa03423
child 1452 9016618ded9d
--- a/components/coreutils/Makefile	Thu Jan 31 15:47:26 2013 -0800
+++ b/components/coreutils/Makefile	Fri Feb 01 18:32:13 2013 -0800
@@ -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,9 @@
 CONFIGURE_OPTIONS	+=	CPPFLAGS=-I/usr/include/gmp
 CONFIGURE_OPTIONS	+=	CFLAGS="$(CFLAGS)"
 
+# Enable ASLR for this component
+ASLR_MODE = $(ASLR_ENABLE)
+
 # common targets
 build:		$(BUILD_32)