From: kloczek Date: Fri, 2 Feb 2001 09:14:29 +0000 (+0000) Subject: - added EAPI-missing_files patch with all neccessary during compile files from X-Git-Tag: apache-1_3_17-1~7 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=b5b638ebd88d4c7d3d20cae450b89d4aeb6e0643;p=packages%2Fapache.git - added EAPI-missing_files patch with all neccessary during compile files from eapi/mod_defines, TODO: disable compiling auth_dbm module (in simple and elegant way). auth_dbm is broken and not necceassary now (all functionalities provides auth_db). Changed files: apache.spec -> 1.142 --- diff --git a/apache.spec b/apache.spec index b3806a3..406ee1e 100644 --- a/apache.spec +++ b/apache.spec @@ -43,6 +43,7 @@ Patch14: %{name}-man.patch Patch15: %{name}-fpic.patch Patch16: %{name}-buff.patch Patch17: %{name}-mkstemp.patch +Patch18: %{name}-EAPI-missing_files.patch Provides: httpd Provides: webserver Prereq: /sbin/chkconfig @@ -484,6 +485,7 @@ Requires: %{name}(EAPI) = %{version} %patch15 -p1 %patch16 -p1 %patch17 -p1 +%patch18 -p1 %build OPTIM="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS}" \