components/proftpd/Makefile
branchs11u3-sru
changeset 5990 5ac938106574
parent 5989 d41cf9a8ea6f
child 7097 57c60272f142
equal deleted inserted replaced
5989:d41cf9a8ea6f 5990:5ac938106574
    81 CONFIGURE_OPTIONS +=	--disable-static
    81 CONFIGURE_OPTIONS +=	--disable-static
    82 CONFIGURE_OPTIONS +=	--with-modules=mod_solaris_audit:mod_solaris_priv
    82 CONFIGURE_OPTIONS +=	--with-modules=mod_solaris_audit:mod_solaris_priv
    83 CONFIGURE_OPTIONS +=	--with-shared=mod_facl:mod_wrap:mod_tls:mod_auth_gss:mod_gss
    83 CONFIGURE_OPTIONS +=	--with-shared=mod_facl:mod_wrap:mod_tls:mod_auth_gss:mod_gss
    84 CONFIGURE_OPTIONS +=	--enable-buffer-size=16384
    84 CONFIGURE_OPTIONS +=	--enable-buffer-size=16384
    85 
    85 
       
    86 ASLR_MODE =	$(ASLR_ENABLE)
       
    87 
    86 # Copy Solaris modules and GSSAPI modules to proftpd source tree.
    88 # Copy Solaris modules and GSSAPI modules to proftpd source tree.
    87 COMPONENT_PRE_CONFIGURE_ACTION = \
    89 COMPONENT_PRE_CONFIGURE_ACTION = \
    88 	($(CP) mod_solaris_audit.c $(SOURCE_DIR)/contrib ; \
    90 	($(CP) mod_solaris_audit.c $(SOURCE_DIR)/contrib ; \
    89 	$(CP) mod_solaris_priv.c $(SOURCE_DIR)/contrib ; \
    91 	$(CP) mod_solaris_priv.c $(SOURCE_DIR)/contrib ; \
    90 	cd $(BUILD_DIR) ; \
    92 	cd $(BUILD_DIR) ; \