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:47:21 Branch: HEAD Handle: 2008022910472000 Modified files: openpkg-src/apache apache.spec Log: add optional support for mod_ext_filter Summary: Revision Changes Path 1.433 +4 -0 openpkg-src/apache/apache.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/apache/apache.spec ============================================================================ $ cvs diff -u -r1.432 -r1.433 apache.spec --- openpkg-src/apache/apache.spec 29 Feb 2008 10:42:18 -0000 1.432 +++ openpkg-src/apache/apache.spec 29 Feb 2008 10:47:20 -0000 1.433 @@ -42,6 +42,7 @@ %option with_suexec_caller %{l_nusr} %option with_suexec_userdir public_html %option with_mod_deflate no +%option with_mod_ext_filter no %option with_mod_substitute no %option with_mod_ssl no %option with_mod_dav no @@ -184,6 +185,9 @@ --enable-deflate \ --with-z=%{l_prefix} \ %endif +%if "%{with_mod_ext_filter}" == "yes" + --enable-ext-filter \ +%endif %if "%{with_mod_substitute}" == "yes" --enable-substitute \ %endif @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org