packages: apache/apache.spec - typo - install itk stuff

baggins baggins at pld-linux.org
Thu Mar 10 11:51:22 CET 2011


Author: baggins                      Date: Thu Mar 10 10:51:22 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- typo
- install itk stuff

---- Files affected:
packages/apache:
   apache.spec (1.616 -> 1.617) 

---- Diffs:

================================================================
Index: packages/apache/apache.spec
diff -u packages/apache/apache.spec:1.616 packages/apache/apache.spec:1.617
--- packages/apache/apache.spec:1.616	Thu Mar 10 11:41:03 2011
+++ packages/apache/apache.spec	Thu Mar 10 11:51:17 2011
@@ -1826,7 +1826,7 @@
 cd ../..
 
 CPPFLAGS="-DMAX_SERVER_LIMIT=200000 -DBIG_SECURITY_HOLE=1"
-for mpm in prefork worker %{?with_event:event} %{with_itk:itk}; do
+for mpm in prefork worker %{?with_event:event} %{?with_itk:itk}; do
 install -d "buildmpm-${mpm}"; cd "buildmpm-${mpm}"
 ../%configure \
 	--enable-layout=PLD \
@@ -1910,7 +1910,7 @@
 
 done
 
-for mpm in worker %{?with_event:event}; do
+for mpm in worker %{?with_event:event} %{?with_itk:itk}; 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."
@@ -1930,7 +1930,7 @@
 	DESTDIR=$RPM_BUILD_ROOT
 
 # install other mpm-s
-for mpm in worker %{?with_event:event}; do
+for mpm in worker %{?with_event:event} %{?with_itk:itk}; do
 	install buildmpm-${mpm}/httpd.${mpm} $RPM_BUILD_ROOT%{_sbindir}/httpd.${mpm}
 done
 
@@ -2782,6 +2782,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.617  2011/03/10 10:51:17  baggins
+- typo
+- install itk stuff
+
 Revision 1.616  2011/03/10 10:41:03  baggins
 - added ITK MPM
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/apache/apache.spec?r1=1.616&r2=1.617&f=u



More information about the pld-cvs-commit mailing list