Browse Source

fix Berkeley-DB related building under Linux

master
parent
commit
2cb0352042
  1. 3
      apache2/apache2.spec

3
apache2/apache2.spec

@ -34,7 +34,7 @@ Class: PLUS
Group: Web
License: ASF
Version: 2.0.49
Release: 20040320
Release: 20040505
# list of sources
Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz
@ -87,6 +87,7 @@ Conflicts: apache, apr
--sysconfdir=%{l_prefix}/etc/apache2 \
--libexecdir=%{l_prefix}/libexec/apache2 \
--with-expat=%{l_prefix} \
--with-berkeley-db=%{l_prefix} \
--with-mpm=prefork \
--disable-shared
%{l_make} %{l_mflags}

Loading…
Cancel
Save