diff -r 5f35de46aa92 -r 6e1f85fa0151 components/coreutils/Makefile --- 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)