diff -r 51899f20aab8 -r a0119d670b12 components/snort/Makefile --- a/components/snort/Makefile Mon Feb 11 23:45:33 2013 -0800 +++ b/components/snort/Makefile Wed Feb 13 17:36:12 2013 -0800 @@ -20,7 +20,7 @@ # # -# 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 @@ -52,6 +52,9 @@ CONFIGURE_OPTIONS += --enable-static=no CONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)" +# Enable ASLR for this component +ASLR_MODE = $(ASLR_ENABLE) + # common targets build: $(BUILD_32)