[54575] trunk/dports/php

ryandesign at macports.org ryandesign at macports.org
Wed Jul 29 12:14:32 PDT 2009


Revision: 54575
          http://trac.macports.org/changeset/54575
Author:   ryandesign at macports.org
Date:     2009-07-29 12:14:31 -0700 (Wed, 29 Jul 2009)
Log Message:
-----------
php5-sqlite, php5-oracle: be explicit about requiring pdo

Modified Paths:
--------------
    trunk/dports/php/php5-oracle/Portfile
    trunk/dports/php/php5-sqlite/Portfile

Modified: trunk/dports/php/php5-oracle/Portfile
===================================================================
--- trunk/dports/php/php5-oracle/Portfile	2009-07-29 18:53:29 UTC (rev 54574)
+++ trunk/dports/php/php5-oracle/Portfile	2009-07-29 19:14:31 UTC (rev 54575)
@@ -26,7 +26,8 @@
 use_autoconf            yes
 autoconf.cmd            ${prefix}/bin/autoconf213
 
-configure.args-append   --with-oci8=shared,instantclient,${prefix}/lib/oracle \
+configure.args-append   --enable-pdo \
+                        --with-oci8=shared,instantclient,${prefix}/lib/oracle \
                         --with-pdo-oci=shared,instantclient,${prefix}/lib/oracle,10.1
 
 use_parallel_build      yes

Modified: trunk/dports/php/php5-sqlite/Portfile
===================================================================
--- trunk/dports/php/php5-sqlite/Portfile	2009-07-29 18:53:29 UTC (rev 54574)
+++ trunk/dports/php/php5-sqlite/Portfile	2009-07-29 19:14:31 UTC (rev 54575)
@@ -22,7 +22,8 @@
 
 depends_lib-append      port:sqlite3
 
-configure.args-append   --with-sqlite=shared \
+configure.args-append   --enable-pdo \
+                        --with-sqlite=shared \
                         --with-pdo-sqlite=shared,${prefix} \
                         --enable-sqlite-utf8
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090729/d5e4279c/attachment.html>


More information about the macports-changes mailing list