OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug Root: /v/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 29-Feb-2008 11:42:18 Branch: HEAD Handle: 2008022910421800 Modified files: openpkg-src/apache apache.spec Log: add optional support for mod_substitute Summary: Revision Changes Path 1.432 +5 -1 openpkg-src/apache/apache.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/apache/apache.spec ============================================================================ $ cvs diff -u -r1.431 -r1.432 apache.spec --- openpkg-src/apache/apache.spec 18 Jan 2008 07:19:50 -0000 1.431 +++ openpkg-src/apache/apache.spec 29 Feb 2008 10:42:18 -0000 1.432 @@ -32,7 +32,7 @@ Group: Web License: ASF Version: 2.2.8 -Release: 20080118 +Release: 20080229 # package options %option with_mpm_prefork yes @@ -42,6 +42,7 @@ %option with_suexec_caller %{l_nusr} %option with_suexec_userdir public_html %option with_mod_deflate no +%option with_mod_substitute no %option with_mod_ssl no %option with_mod_dav no %option with_mod_ldap no @@ -183,6 +184,9 @@ --enable-deflate \ --with-z=%{l_prefix} \ %endif +%if "%{with_mod_substitute}" == "yes" + --enable-substitute \ +%endif %if "%{with_mod_ssl}" == "yes" --enable-ssl \ --with-ssl=%{l_prefix} \ @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org