components/snort/Makefile
changeset 1156 a0119d670b12
parent 1058 34d7aaa03423
child 1345 ee87318d9935
--- 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)