From cdbef37e39102acdcf15445d3a7363802aab1d7c Mon Sep 17 00:00:00 2001 From: Paul Querna Date: Wed, 21 Jun 2006 09:00:37 +0000 Subject: Add zlib-devel to the BuildReq in the RPM Spec file, which allows mod_deflate to be built. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR: 37968 Noticed By: Loïc Mahé git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@415945 13f79535-47bb-0310-9956-ffa450edef68 --- build/rpm/httpd.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/rpm/httpd.spec.in') 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 -- cgit v1.2.3