Commit 0c028e94 authored by Paul Querna's avatar Paul Querna
Browse files

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
parent 4bbdbfc1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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