summaryrefslogtreecommitdiffstats
path: root/httpd.spec
diff options
context:
space:
mode:
authorjorton <jorton@fedoraproject.org>2004-09-16 10:34:01 +0000
committerjorton <jorton@fedoraproject.org>2004-09-16 10:34:01 +0000
commitb425b5a9e7256e184e85670c3f27ac3ee93a1fff (patch)
tree1bd5f25eb4dae810685df619aade704b80e5a3f5 /httpd.spec
parent497cbaab1918186b3dbbb6c09dab90eee82e16a0 (diff)
downloadhttpd-b425b5a9e7256e184e85670c3f27ac3ee93a1fff.tar.gz
httpd-b425b5a9e7256e184e85670c3f27ac3ee93a1fff.tar.xz
httpd-b425b5a9e7256e184e85670c3f27ac3ee93a1fff.zip
- fix pcre includeshttpd-2_0_51-4
Diffstat (limited to 'httpd.spec')
-rw-r--r--httpd.spec14
1 files changed, 6 insertions, 8 deletions
diff --git a/httpd.spec b/httpd.spec
index 6a802d9..95b386a 100644
--- a/httpd.spec
+++ b/httpd.spec
@@ -7,7 +7,7 @@
Summary: Apache HTTP Server
Name: httpd
Version: 2.0.51
-Release: 3
+Release: 4
URL: http://httpd.apache.org/
Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz
Source1: index.html
@@ -231,13 +231,8 @@ xmlto --skip-validation -x $RPM_SOURCE_DIR/html.xsl html-nochunks migration.xml
cp $RPM_SOURCE_DIR/migration.css . # make %%doc happy
CFLAGS=$RPM_OPT_FLAGS
-CPPFLAGS="-DSSL_EXPERIMENTAL_ENGINE"
-if pkg-config openssl; then
- # configure -C barfs with trailing spaces in CFLAGS
- CPPFLAGS="$CPPFLAGS `pkg-config --cflags openssl | sed 's/ *$//'`"
- SSL_LIBS="`pkg-config --libs openssl`"
-fi
-export CFLAGS CPPFLAGS SSL_LIBS
+CPPFLAGS="-DSSL_EXPERIMENTAL_ENGINE -I/usr/include/pcre"
+export CFLAGS CPPFLAGS
function mpmbuild()
{
@@ -583,6 +578,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man8/suexec.8*
%changelog
+* Thu Sep 16 2004 Joe Orton <jorton@redhat.com> 2.0.51-4
+- fix pcre includes
+
* Thu Sep 16 2004 Joe Orton <jorton@redhat.com> 2.0.51-3
- update to 2.0.51