# HG changeset patch # User Jiri Sasek # Date 1462554087 25200 # Node ID 5ac93810657447aa2445efed536587ad105e98c5 # Parent d41cf9a8ea6f7e48c7a1d5c243f3e4b7b5456922 23176736 ProFTPd: Enable ASLR. diff -r d41cf9a8ea6f -r 5ac938106574 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 ; \