[Lunar-commits] r20997 - moonbase/trunk/zbeta/php5
Auke Kok
sofar at lunar-linux.org
Mon Aug 14 18:57:22 UTC 2006
Author: sofar
Date: 2006-08-14 18:57:21 +0000 (Mon, 14 Aug 2006)
New Revision: 20997
Modified:
moonbase/trunk/zbeta/php5/DEPENDS
Log:
libxml2 is really needed: I tried to remove it and after adding 12 --without-xxx flags it still didn't compile. Marking it REQUIRED.
Modified: moonbase/trunk/zbeta/php5/DEPENDS
===================================================================
--- moonbase/trunk/zbeta/php5/DEPENDS 2006-08-14 13:27:17 UTC (rev 20996)
+++ moonbase/trunk/zbeta/php5/DEPENDS 2006-08-14 18:57:21 UTC (rev 20997)
@@ -1,4 +1,5 @@
depends readline &&
+depends libxml2 &&
optional_depends "aspell" \
"--with-pspell" \
@@ -88,11 +89,6 @@
"" \
"for expat xml support" &&
-optional_depends "libxml2" \
- "--with-libxml-dir=/usr" \
- "--disable-libxml" \
- "for DOMXML support" &&
-
optional_depends "libxslt" \
"--with-xsl=/usr" \
"" \
More information about the Lunar-commits
mailing list