components/proftpd/Makefile
changeset 437 1b84695d4fb4
parent 305 e95b65443448
child 455 0806667217c9
equal deleted inserted replaced
436:399743e60046 437:1b84695d4fb4
    65 CONFIGURE_OPTIONS +=	--enable-dso
    65 CONFIGURE_OPTIONS +=	--enable-dso
    66 CONFIGURE_OPTIONS +=	--enable-openssl
    66 CONFIGURE_OPTIONS +=	--enable-openssl
    67 CONFIGURE_OPTIONS +=	--disable-static
    67 CONFIGURE_OPTIONS +=	--disable-static
    68 CONFIGURE_OPTIONS +=	--with-modules=mod_solaris_audit:mod_solaris_priv
    68 CONFIGURE_OPTIONS +=	--with-modules=mod_solaris_audit:mod_solaris_priv
    69 CONFIGURE_OPTIONS +=	--with-shared=mod_facl:mod_wrap:mod_tls:mod_auth_gss:mod_gss
    69 CONFIGURE_OPTIONS +=	--with-shared=mod_facl:mod_wrap:mod_tls:mod_auth_gss:mod_gss
       
    70 CONFIGURE_OPTIONS +=	--enable-buffer-size=16384
    70 
    71 
    71 # Copy Solaris modules and GSSAPI modules to proftpd source tree
    72 # Copy Solaris modules and GSSAPI modules to proftpd source tree
    72 COMPONENT_PRE_CONFIGURE_ACTION = \
    73 COMPONENT_PRE_CONFIGURE_ACTION = \
    73 	($(CP) mod_solaris_audit.c $(SOURCE_DIR)/contrib ; \
    74 	($(CP) mod_solaris_audit.c $(SOURCE_DIR)/contrib ; \
    74 	$(CP) mod_solaris_priv.c $(SOURCE_DIR)/contrib ; \
    75 	$(CP) mod_solaris_priv.c $(SOURCE_DIR)/contrib ; \