From 90711af617d0a95bc0fdc5e320f7a30d49efe72f Mon Sep 17 00:00:00 2001 From: Marco Mariani <marco.mariani@nexedi.com> Date: Fri, 21 Sep 2012 14:17:37 +0200 Subject: [PATCH] substituted pdo with plain pgsql --- component/apache-php/buildout.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/component/apache-php/buildout.cfg b/component/apache-php/buildout.cfg index fceea7f0c..21ee77c26 100644 --- a/component/apache-php/buildout.cfg +++ b/component/apache-php/buildout.cfg @@ -64,7 +64,6 @@ environment = [apache-php-postgres] <=apache-php -#configure-options += configure-options = --with-apxs2=${apache:location}/bin/apxs --with-libxml-dir=${libxml2:location} @@ -95,7 +94,7 @@ configure-options = --enable-zip --enable-bz2 --enable-ftp - --with-pdo-pgsql=${postgresql:location} + --with-pgsql=${postgresql:location} [libmcrypt] -- 2.30.9