summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorPaul Querna <pquerna@apache.org>2006-06-21 09:00:37 +0000
committerPaul Querna <pquerna@apache.org>2006-06-21 09:00:37 +0000
commitcdbef37e39102acdcf15445d3a7363802aab1d7c (patch)
treed7f720c1ff327f32bc87ad3a71de4b113a156d14 /build
parent07ed6599a666c498abe0d74566f596032fa4f3bc (diff)
downloadhttpd-cdbef37e39102acdcf15445d3a7363802aab1d7c.tar.gz
Add zlib-devel to the BuildReq in the RPM Spec file, which allows mod_deflate to be built.
PR: 37968 Noticed By: Loïc Mahé <loic.mahe regis-dgac.net> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@415945 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build')
-rw-r--r--build/rpm/httpd.spec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/rpm/httpd.spec.in b/build/rpm/httpd.spec.in
index 6bf56045d6..682c1108ef 100644
--- a/build/rpm/httpd.spec.in
+++ b/build/rpm/httpd.spec.in
@@ -17,7 +17,7 @@ Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz
License: Apache License, Version 2.0
Group: System Environment/Daemons
BuildRoot: %{_tmppath}/%{name}-root
-BuildPrereq: apr-devel, apr-util-devel, openldap-devel, db4-devel, expat-devel, findutils, perl, pkgconfig
+BuildPrereq: apr-devel, apr-util-devel, openldap-devel, db4-devel, expat-devel, findutils, perl, pkgconfig, zlib-devel
BuildPrereq: /usr/bin/apr-1-config, /usr/bin/apu-1-config
Requires: apr >= 1.0.2, apr-util >= 1.0.2, gawk, /usr/share/magic.mime, /usr/bin/find, openldap
Prereq: /sbin/chkconfig, /bin/mktemp, /bin/rm, /bin/mv