23176736 ProFTPd: Enable ASLR. s11u3-sru
authorJiri Sasek <Jiri.Sasek@Oracle.COM>
Fri, 06 May 2016 10:01:27 -0700
branchs11u3-sru
changeset 5990 5ac938106574
parent 5989 d41cf9a8ea6f
child 5991 224721839b02
23176736 ProFTPd: Enable ASLR.
components/proftpd/Makefile
--- a/components/proftpd/Makefile	Mon May 09 01:27:27 2016 -0700
+++ b/components/proftpd/Makefile	Fri May 06 10:01:27 2016 -0700
@@ -83,6 +83,8 @@
 CONFIGURE_OPTIONS +=	--with-shared=mod_facl:mod_wrap:mod_tls:mod_auth_gss:mod_gss
 CONFIGURE_OPTIONS +=	--enable-buffer-size=16384
 
+ASLR_MODE =	$(ASLR_ENABLE)
+
 # Copy Solaris modules and GSSAPI modules to proftpd source tree.
 COMPONENT_PRE_CONFIGURE_ACTION = \
 	($(CP) mod_solaris_audit.c $(SOURCE_DIR)/contrib ; \