- fix pcre includes
This commit is contained in:
parent
497cbaab19
commit
b425b5a9e7
14
httpd.spec
14
httpd.spec
@ -7,7 +7,7 @@
|
|||||||
Summary: Apache HTTP Server
|
Summary: Apache HTTP Server
|
||||||
Name: httpd
|
Name: httpd
|
||||||
Version: 2.0.51
|
Version: 2.0.51
|
||||||
Release: 3
|
Release: 4
|
||||||
URL: http://httpd.apache.org/
|
URL: http://httpd.apache.org/
|
||||||
Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz
|
Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz
|
||||||
Source1: index.html
|
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
|
cp $RPM_SOURCE_DIR/migration.css . # make %%doc happy
|
||||||
|
|
||||||
CFLAGS=$RPM_OPT_FLAGS
|
CFLAGS=$RPM_OPT_FLAGS
|
||||||
CPPFLAGS="-DSSL_EXPERIMENTAL_ENGINE"
|
CPPFLAGS="-DSSL_EXPERIMENTAL_ENGINE -I/usr/include/pcre"
|
||||||
if pkg-config openssl; then
|
export CFLAGS CPPFLAGS
|
||||||
# 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
|
|
||||||
|
|
||||||
function mpmbuild()
|
function mpmbuild()
|
||||||
{
|
{
|
||||||
@ -583,6 +578,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man8/suexec.8*
|
%{_mandir}/man8/suexec.8*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Sep 16 2004 Joe Orton <jorton@redhat.com> 2.0.51-3
|
||||||
- update to 2.0.51
|
- update to 2.0.51
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user