components/apache2/Makefile
branchs11-update
changeset 3970 583d5d25d4e9
parent 3968 266f10e491cb
child 3996 20c0f21bbe1e
equal deleted inserted replaced
3969:c01cdd40f814 3970:583d5d25d4e9
    92 CONFIGURE_OPTIONS +=	--enable-cgi
    92 CONFIGURE_OPTIONS +=	--enable-cgi
    93 CONFIGURE_OPTIONS +=	--enable-authnz-ldap
    93 CONFIGURE_OPTIONS +=	--enable-authnz-ldap
    94 CONFIGURE_OPTIONS +=	--enable-ldap
    94 CONFIGURE_OPTIONS +=	--enable-ldap
    95 CONFIGURE_OPTIONS +=	--enable-ssl
    95 CONFIGURE_OPTIONS +=	--enable-ssl
    96 CONFIGURE_OPTIONS +=	--enable-exception-hook
    96 CONFIGURE_OPTIONS +=	--enable-exception-hook
    97 CONFIGURE_OPTIONS +=	--with-pcre
       
    98 CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS) -DSSL_EXPERIMENTAL -DSSL_ENGINE"
    97 CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS) -DSSL_EXPERIMENTAL -DSSL_ENGINE"
    99 CONFIGURE_OPTIONS +=	LTFLAGS="--silent --tag=CC"
    98 CONFIGURE_OPTIONS +=	LTFLAGS="--silent --tag=CC"
   100 CONFIGURE_OPTIONS.32 +=	--enable-layout=Solaris-Apache2
    99 CONFIGURE_OPTIONS.32 +=	--enable-layout=Solaris-Apache2
   101 CONFIGURE_OPTIONS.64 +=	--enable-layout=Solaris-Apache2-$(MACH64)
   100 CONFIGURE_OPTIONS.64 +=	--enable-layout=Solaris-Apache2-$(MACH64)
   102 CONFIGURE_OPTIONS.32 +=	--with-apr=/usr/apr/1.3/bin/apr-1-config
   101 CONFIGURE_OPTIONS.32 +=	--with-apr=/usr/apr/1.5/bin/apr-1-config
   103 CONFIGURE_OPTIONS.64 +=	--with-apr=/usr/apr/1.3/bin/$(MACH64)/apr-1-config
   102 CONFIGURE_OPTIONS.64 +=	--with-apr=/usr/apr/1.5/bin/$(MACH64)/apr-1-config
   104 CONFIGURE_OPTIONS.32 +=	--with-apr-util=/usr/apr-util/1.3/bin/apu-1-config
   103 CONFIGURE_OPTIONS.32 +=	--with-apr-util=/usr/apr-util/1.5/bin/apu-1-config
   105 CONFIGURE_OPTIONS.64 +=	--with-apr-util=/usr/apr-util/1.3/bin/$(MACH64)/apu-1-config
   104 CONFIGURE_OPTIONS.64 +=	--with-apr-util=/usr/apr-util/1.5/bin/$(MACH64)/apu-1-config
       
   105 CONFIGURE_OPTIONS.32 +=	--with-pcre=/usr/bin/pcre-config
       
   106 CONFIGURE_OPTIONS.64 +=	--with-pcre=/usr/bin/$(MACH64)/pcre-config
   106 
   107 
   107 PATH=$(SPRO_VROOT)/bin:/usr/bin:/usr/gnu/bin
   108 PATH=$(SPRO_VROOT)/bin:/usr/bin:/usr/gnu/bin
       
   109 ifeq   ($(strip $(PARFAIT_BUILD)),yes)
       
   110 PATH=$(PARFAIT_TOOLS):$(SPRO_VROOT)/bin:/usr/bin:/usr/gnu/bin
       
   111 endif
       
   112 
       
   113 configure:	$(CONFIGURE_32_and_64)
   108 
   114 
   109 build: $(BUILD_32_and_64)
   115 build: $(BUILD_32_and_64)
   110 
   116 
   111 AP_CONFIG_LAYOUT_H=include/ap_config_layout.h
   117 AP_CONFIG_LAYOUT_H=include/ap_config_layout.h
   112 
   118