[Lunar-commits] r24919 - moonbase/trunk/compilers/php5

Jan Eidtmann cmak at lunar-linux.org
Tue Jun 19 17:46:34 CEST 2007


Author: cmak
Date: 2007-06-19 17:46:34 +0200 (Tue, 19 Jun 2007)
New Revision: 24919

Modified:
   moonbase/trunk/compilers/php5/DEPENDS
Log:
enable MySQLi support

Modified: moonbase/trunk/compilers/php5/DEPENDS
===================================================================
--- moonbase/trunk/compilers/php5/DEPENDS	2007-06-19 13:05:50 UTC (rev 24918)
+++ moonbase/trunk/compilers/php5/DEPENDS	2007-06-19 15:46:34 UTC (rev 24919)
@@ -52,7 +52,7 @@
                   "for Postgresql support"      &&
     
 optional_depends  "mysql"                       \
-                  "--with-mysql=/usr"           \
+                  "--with-mysql=/usr --with-mysqli"           \
                   ""                            \
                   "for native MySQL support"    &&
 



More information about the Lunar-commits mailing list