OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 02-Sep-2005 13:42:48
Branch: HEAD Handle: 2005090212424700
Modified files:
openpkg-src/php5 php5.spec
Log:
PHP5's --enable-xml is not neough, it also requires also an
--enable-libxml
Summary:
Revision Changes Path
1.34 +1 -0 openpkg-src/php5/php5.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/php5/php5.spec
============================================================================
$ cvs diff -u -r1.33 -r1.34 php5.spec
--- openpkg-src/php5/php5.spec 2 Sep 2005 07:24:22 -0000 1.33
+++ openpkg-src/php5/php5.spec 2 Sep 2005 11:42:47 -0000 1.34
@@ -346,6 +346,7 @@
%endif
%if "%{with_xml}" == "yes"
--enable-xml \
+ --enable-libxml \
--with-libxml-dir=%{l_prefix} \
%else
--disable-xml \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]