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: 07-Feb-2003 18:19:43
Branch: HEAD Handle: 2003020717194200
Modified files:
openpkg-src/apache apache.spec
Log:
add DOM/XSLT support; fix zlib support
Summary:
Revision Changes Path
1.114 +11 -1 openpkg-src/apache/apache.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/apache/apache.spec
============================================================================
$ cvs diff -u -r1.113 -r1.114 apache.spec
--- openpkg-src/apache/apache.spec 7 Feb 2003 16:24:44 -0000 1.113
+++ openpkg-src/apache/apache.spec 7 Feb 2003 17:19:42 -0000 1.114
@@ -102,6 +102,7 @@
%option with_mod_php_gettext no
%option with_mod_php_imap no
%option with_mod_php_xml no
+%option with_mod_php_dom no
%option with_mod_php_bc no
%option with_mod_php_transsid no
%option with_mod_php_curl no
@@ -130,7 +131,7 @@
%undefine with_mod_php_gd
%define with_mod_php_gd yes
%endif
-%if "%{with_mod_php_mysql}" == "yes" || "%{with_mod_php_pdflib}" == "yes" ||
"%{with_mod_php_gd}" == "yes"
+%if "%{with_mod_php_mysql}" == "yes" || "%{with_mod_php_pdflib}" == "yes" ||
"%{with_mod_php_gd}" == "yes" || "%{with_mod_php_dom}" == "yes"
%undefine with_mod_php_zlib
%define with_mod_php_zlib yes
%endif
@@ -228,6 +229,9 @@
%if "%{with_mod_php_xml}" == "yes"
BuildPreReq: expat
%endif
+%if "%{with_mod_php_dom}" == "yes"
+BuildPreReq: libxml, libxslt
+%endif
%if "%{with_mod_php_curl}" == "yes"
BuildPreReq: curl
%endif
@@ -449,6 +453,7 @@
%endif
%if "%{with_mod_php_zlib}" == "yes"
--with-zlib=%{l_prefix} \
+ --with-zlib-dir=%{l_prefix} \
%endif
%if "%{with_mod_php_bzip2}" == "yes"
--with-bz2=%{l_prefix} \
@@ -492,6 +497,11 @@
%endif
%if "%{with_mod_php_xml}" == "yes"
--with-xml=%{l_prefix} \
+%endif
+%if "%{with_mod_php_dom}" == "yes"
+ --with-dom=%{l_prefix} \
+ --with-dom-xslt=%{l_prefix} \
+ --with-dom-exslt=%{l_prefix} \
%endif
%if "%{with_mod_php_bc}" == "yes"
--enable-bcmath \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]