OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 10-Feb-2003 14:07:50
Branch: HEAD Handle: 2003021013074900
Modified files:
openpkg-src/apache apache.spec
Log:
add WDDX support, too
Summary:
Revision Changes Path
1.116 +4 -0 openpkg-src/apache/apache.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/apache/apache.spec
============================================================================
$ cvs diff -u -r1.115 -r1.116 apache.spec
--- openpkg-src/apache/apache.spec 10 Feb 2003 10:22:02 -0000 1.115
+++ openpkg-src/apache/apache.spec 10 Feb 2003 13:07:49 -0000 1.116
@@ -107,6 +107,7 @@
%option with_mod_php_transsid no
%option with_mod_php_curl no
%option with_mod_php_mhash no
+%option with_mod_php_wddx no
# package options (optional PHP3 specific settings; requires "with_mod_php3")
%option with_mod_php3_ftp no
@@ -504,6 +505,9 @@
--with-dom=%{l_prefix} \
--with-dom-xslt=%{l_prefix} \
--with-dom-exslt=%{l_prefix} \
+%endif
+%if "%{with_mod_php_dom}" == "yes"
+ --enable-wddx \
%endif
%if "%{with_mod_php_bc}" == "yes"
--enable-bcmath \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]