Lines Matching refs:CONFIGURE_OPTIONS

69 $(VARIANT_PREFORK)/%/.configured: CONFIGURE_OPTIONS += --with-mpm=prefork
70 $(VARIANT_WORKER)/%/.configured: CONFIGURE_OPTIONS += --with-mpm=worker
77 CONFIGURE_OPTIONS += --enable-mods-shared=all
78 CONFIGURE_OPTIONS += --enable-so
79 CONFIGURE_OPTIONS += --enable-suexec
80 CONFIGURE_OPTIONS += --with-suexec-caller=webservd
81 CONFIGURE_OPTIONS += --enable-proxy
82 CONFIGURE_OPTIONS += --enable-proxy-connect
83 CONFIGURE_OPTIONS += --enable-proxy-ftp
84 CONFIGURE_OPTIONS += --enable-proxy-http
85 CONFIGURE_OPTIONS += --enable-proxy-ajp
86 CONFIGURE_OPTIONS += --enable-proxy-balancer
87 CONFIGURE_OPTIONS += --enable-cache
88 CONFIGURE_OPTIONS += --enable-file-cache
89 CONFIGURE_OPTIONS += --enable-disk-cache
90 CONFIGURE_OPTIONS += --enable-mem-cache
91 CONFIGURE_OPTIONS += --enable-deflate
92 CONFIGURE_OPTIONS += --enable-cgid
93 CONFIGURE_OPTIONS += --enable-cgi
94 CONFIGURE_OPTIONS += --enable-authnz-ldap
95 CONFIGURE_OPTIONS += --enable-ldap
96 CONFIGURE_OPTIONS += --enable-ssl
97 CONFIGURE_OPTIONS += --enable-exception-hook
98 CONFIGURE_OPTIONS += CFLAGS="$(CFLAGS) -DSSL_EXPERIMENTAL -DSSL_ENGINE"
99 CONFIGURE_OPTIONS += LTFLAGS="--silent --tag=CC"
100 CONFIGURE_OPTIONS.32 += --enable-layout=Solaris-Apache2
101 CONFIGURE_OPTIONS.64 += --enable-layout=Solaris-Apache2-$(MACH64)
102 CONFIGURE_OPTIONS.32 += --with-apr=/usr/apr/1.5/bin/apr-1-config
103 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.5/bin/apu-1-config
105 CONFIGURE_OPTIONS.64 += --with-apr-util=/usr/apr-util/1.5/bin/$(MACH64)/apu-1-config
106 CONFIGURE_OPTIONS.32 += --with-pcre=/usr/bin/pcre-config
107 CONFIGURE_OPTIONS.64 += --with-pcre=/usr/bin/$(MACH64)/pcre-config