[Lunar-commits] <moonbase> php5: Added PDO for pgsql and mysql, PDO is enabled as default but the different engines arnt

Jerry Lundström prox at lunar-linux.org
Tue May 20 10:30:09 CEST 2008


commit 0e2915de30e500e158dd7eef8c813e6ae414ae79
Author: Jerry Lundström <prox at lunar-linux.org>
Date:   Tue May 20 10:30:09 2008 +0200

    php5: Added PDO for pgsql and mysql, PDO is enabled as default but the different engines arnt
---
 compilers/php5/DEPENDS |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/compilers/php5/DEPENDS b/compilers/php5/DEPENDS
index 5b5d96e..e14bed9 100644
--- a/compilers/php5/DEPENDS
+++ b/compilers/php5/DEPENDS
@@ -52,12 +52,12 @@ optional_depends "sqlite" \
                  "for PDO SQLite support"
 
 optional_depends "postgresql" \
-                 "--with-pgsql=/usr" \
+                 "--with-pgsql=/usr --with-pdo-pgsql=/usr" \
                  "" \
                  "for PostgreSQL support"
 
 optional_depends "mysql" \
-                 "--with-mysql=/usr --with-mysqli" \
+                 "--with-mysql=/usr --with-mysqli --with-pdo-mysql=/usr" \
                  "" \
                  "for native MySQL support"
 


More information about the Lunar-commits mailing list