SPECS: apache.spec - event worker bcond

glen glen at pld-linux.org
Wed Dec 14 20:03:41 CET 2005


Author: glen                         Date: Wed Dec 14 19:03:41 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- event worker bcond

---- Files affected:
SPECS:
   apache.spec (1.431 -> 1.432) 

---- Diffs:

================================================================
Index: SPECS/apache.spec
diff -u SPECS/apache.spec:1.431 SPECS/apache.spec:1.432
--- SPECS/apache.spec:1.431	Wed Dec 14 13:38:46 2005
+++ SPECS/apache.spec	Wed Dec 14 20:03:36 2005
@@ -24,6 +24,7 @@
 %bcond_without	ldap		# build without LDAP support
 %bcond_without	metuxmpm
 %bcond_without	peruser
+%bcond_without	event
 %bcond_with     distcache
 %bcond_with	bucketeer	# debug one
 #
@@ -1022,7 +1023,7 @@
 cd ../..
 
 CPPFLAGS="-DMAX_SERVER_LIMIT=200000 -DBIG_SECURITY_HOLE=1"
-for mpm in %{?with_metuxmpm:metuxmpm} %{?with_peruser:peruser} prefork worker event; do
+for mpm in %{?with_metuxmpm:metuxmpm} %{?with_peruser:peruser} prefork worker %{?with_event:event}; do
 install -d "buildmpm-${mpm}"; cd "buildmpm-${mpm}"
 ../%configure \
 	--prefix=%{_sysconfdir} \
@@ -1114,7 +1115,7 @@
 cd ..
 done
 
-for mpm in %{?with_metuxmpm:metuxmpm} %{?with_peruser:peruser} worker event; do
+for mpm in %{?with_metuxmpm:metuxmpm} %{?with_peruser:peruser} worker %{?with_event:event}; do
 	if ! cmp -s buildmpm-prefork/modules-inside buildmpm-${mpm}/modules-inside; then
 		echo "List of compiled modules is different between prefork-MPM and ${mpm}-MPM!"
 		echo "Build failed."
@@ -1144,7 +1145,7 @@
 	logdir=%{_var}/log/httpd \
 	proxycachedir=%{_var}/cache/httpd
 
-for mpm in %{?with_metuxmpm:metuxmpm} %{?with_peruser:peruser} worker event; do
+for mpm in %{?with_metuxmpm:metuxmpm} %{?with_peruser:peruser} worker %{?with_event:event}; do
 	install buildmpm-${mpm}/httpd.${mpm} $RPM_BUILD_ROOT%{_sbindir}/httpd.${mpm}
 	ln -s httpd.conf $RPM_BUILD_ROOT%{_sysconfdir}/httpd.${mpm}.conf
 done
@@ -1887,6 +1888,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.432  2005/12/14 19:03:36  glen
+- event worker bcond
+
 Revision 1.431  2005/12/14 12:38:46  arekm
 - virtual mod_auth and mod_auth_dbm providers; enable event MPM
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/apache.spec?r1=1.431&r2=1.432&f=u




More information about the pld-cvs-commit mailing list