]> git.pld-linux.org Git - packages/apache.git/commitdiff
- fix broken external_pcre bcond
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 14 Mar 2005 20:40:36 +0000 (20:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- cosmetics

Changed files:
    apache.spec -> 1.380

apache.spec

index df1c0d3b906c579ddd8bd685b45c230c3cfae09f..0a0eed811e946b3050f3ac1fd359f179be32cb29 100644 (file)
@@ -88,7 +88,7 @@ Patch22:      httpd-2.0.50-peruser-r3.patch
 Patch23:       %{name}-apr1.patch
 Patch24:       %{name}-normalize-path.patch
 # http://issues.apache.org/bugzilla/attachment.cgi?id=13377 external pcre
-Patch25:       %{name}2-pcre-patch.diff         
+Patch25:       %{name}2-pcre-patch.diff
 Patch26:       %{name}-bug_33382.patch
 URL:           http://httpd.apache.org/
 BuildRequires: automake
@@ -849,7 +849,8 @@ install -d "buildmpm-${mpm}"; cd "buildmpm-${mpm}"
        --with-suexec-umask=077 \
        --with-apr=%{_bindir}/apr-1-config \
        --with-apr-util=%{_bindir}/apu-1-config \
-       %{?_with_external_pcre:--with-external-pcre}
+       %{?with_external_pcre:--with-external-pcre}
+
 %{__make}
 ./httpd.${mpm} -l | grep -v "${mpm}" > modules-inside
 
This page took 0.031316 seconds and 4 git commands to generate.