16326148 snort should be ASLR enabled.
authorRich Burridge <rich.burridge@oracle.com>
Wed, 13 Feb 2013 17:36:12 -0800
changeset 1156 a0119d670b12
parent 1155 51899f20aab8
child 1157 65a016eaa866
16326148 snort should be ASLR enabled.
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)