# HG changeset patch # User Rich Burridge # Date 1360805772 28800 # Node ID a0119d670b120d0a1ce5915693e2308ad8b1bf42 # Parent 51899f20aab8f7d1a6043d85221064c116ba7418 16326148 snort should be ASLR enabled. 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)