]> TLD Linux GIT Repositories - packages/apache.git/commitdiff
- patch12 breaks build, seems not to be needed anymore
authorBartosz Świątek <shadzik@tld-linux.org>
Tue, 21 Feb 2012 23:52:09 +0000 (00:52 +0100)
committerBartosz Świątek <shadzik@tld-linux.org>
Tue, 21 Feb 2012 23:52:09 +0000 (00:52 +0100)
apache.spec

index a6b31768213acc268a8ad6df5e7f6a961450ef65..66cf677a3529fde0325e91b233966322b71b97f0 100644 (file)
@@ -1773,7 +1773,7 @@ Dwa programy testowe/przykładowe cgi: test-cgi and print-env.
 %patch8 -p1
 %patch9 -p1
 %patch10 -p1
-%patch12 -p1
+#%%patch12 -p1
 %patch14 -p1
 %patch15 -p1
 %patch18 -p1
@@ -1823,7 +1823,7 @@ install -d "buildmpm-${mpm}"; cd "buildmpm-${mpm}"
 ../%configure \
        --enable-layout=TLD \
        --disable-v4-mapped \
-       $( [ "${mpm}" = "prefork" -o "${mpm}" = "worker" -o "${mpm}" = "event" -o "${mpm}" = "itk" ] && echo "--enable-exception-hook" ) \
+       $( [ "${mpm}" = "prefork" -o "${mpm}" = "worker" -o "${mpm}" = "event" ] && echo "--enable-exception-hook" ) \
        --enable-modules=all \
        --enable-mods-shared=all \
        --enable-auth-anon \