]> git.pld-linux.org Git - packages/apache.git/commitdiff
- bcond for metuxmpm
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 5 Mar 2004 11:09:40 +0000 (11:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache.spec -> 1.279

apache.spec

index c41c58653adc0924d59fabfb636d818e17eaf10f..75d9e0af3304605daaacf642c2c0c6b14ed3af54 100644 (file)
@@ -18,6 +18,7 @@
 # Conditional build:
 %bcond_without ssl     # don't build with SSL support
 %bcond_without ldap    # don't build with LDAP support
+%bcond_with    metuxmpm        # use METUX MPM
 #
 %include       /usr/lib/rpm/macros.perl
 # this is internal macro, don't change to %%apache_modules_api
@@ -646,7 +647,7 @@ Modu
 %patch3 -p1
 %patch4 -p1
 %patch6 -p1
-#%patch5 -p1
+%{?with_metuxmpm:%patch5 -p1}
 %patch7 -p1
 %patch8 -p1
 %patch9 -p1
@@ -742,7 +743,11 @@ CPPFLAGS="-DBIG_SECURITY_HOLE=1"
        --enable-speling \
        --enable-rewrite \
        --enable-so \
+%if %{with metuxmpm}
+       --with-mpm=metuxmpm \
+%else
        --with-mpm=worker \
+%endif
        --with-suexec-bin=%{_sbindir}/suexec \
        --with-suexec-caller=http \
        --with-suexec-docroot=%{_datadir} \
This page took 0.067987 seconds and 4 git commands to generate.