[SM-Commit] GIT changes to master grimoire by Elisamuel Resto (13ba0e2aff49c0b94866db014890d26f43a1f0fe)

Elisamuel Resto scm at sourcemage.org
Mon Oct 20 12:54:06 EDT 2008


GIT changes to master grimoire by Elisamuel Resto <ryuji at sourcemage.org>:

 php-pear/php/DEPENDS |    2 +-
 php-pear/php/HISTORY |    3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 13ba0e2aff49c0b94866db014890d26f43a1f0fe
Author: Elisamuel Resto <ryuji at sourcemage.org>
Commit: Elisamuel Resto <ryuji at sourcemage.org>

    php-pear/php: --with-dom -> --enable-dom (Bug #14829)

diff --git a/php-pear/php/DEPENDS b/php-pear/php/DEPENDS
index 1e2426c..7fbc23e 100755
--- a/php-pear/php/DEPENDS
+++ b/php-pear/php/DEPENDS
@@ -8,7 +8,7 @@ depends readline "--with-readline" &&
 depends zlib "--with-zlib" &&
 
 # This is required since PHP5
-depends libxml2 "--enable-xml --with-dom --with-xmlrpc" &&
+depends libxml2 "--enable-xml --enable-dom --with-xmlrpc" &&
 
 case "${PHP5_APACHE}" in
     handler) depends APACHE;;
diff --git a/php-pear/php/HISTORY b/php-pear/php/HISTORY
index 80e741a..f07f51e 100644
--- a/php-pear/php/HISTORY
+++ b/php-pear/php/HISTORY
@@ -1,3 +1,6 @@
+2008-10-20 Elisamuel Resto <ryuji at sourcemage.org>
+	* DEPENDS: --with-dom -> --enable-dom (Bug #14829)
+
 2008-10-08 Elisamuel Resto <ryuji at sourcemage.org>
 	* BUILD: fix building of IMAP extension with SSL (Bug #14799)
 



More information about the SM-Commit mailing list