[csw-devel] SF.net SVN: gar:[16764] csw/mgar/pkg/php5/trunk/files/ 0002-Force-the-PDO-pgsql-checks-to-use-32-bit-pg_config.patch
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Sat Jan 14 03:43:23 CET 2012
Revision: 16764
http://gar.svn.sourceforge.net/gar/?rev=16764&view=rev
Author: bdwalton
Date: 2012-01-14 02:43:23 +0000 (Sat, 14 Jan 2012)
Log Message:
-----------
update pg_config patch
Modified Paths:
--------------
csw/mgar/pkg/php5/trunk/files/0002-Force-the-PDO-pgsql-checks-to-use-32-bit-pg_config.patch
Modified: csw/mgar/pkg/php5/trunk/files/0002-Force-the-PDO-pgsql-checks-to-use-32-bit-pg_config.patch
===================================================================
--- csw/mgar/pkg/php5/trunk/files/0002-Force-the-PDO-pgsql-checks-to-use-32-bit-pg_config.patch 2012-01-14 02:08:47 UTC (rev 16763)
+++ csw/mgar/pkg/php5/trunk/files/0002-Force-the-PDO-pgsql-checks-to-use-32-bit-pg_config.patch 2012-01-14 02:43:23 UTC (rev 16764)
@@ -1,6 +1,6 @@
-From 03f791ec352a08721208ff22aa1b70d4ccfd8b7a Mon Sep 17 00:00:00 2001
+From 3df3c4dc7a7f7aa77dbc45c7617fb5fe5522ff74 Mon Sep 17 00:00:00 2001
From: Ben Walton <bwalton at opencsw.org>
-Date: Sat, 3 Sep 2011 04:22:44 +0200
+Date: Sat, 14 Jan 2012 03:39:10 +0100
Subject: [PATCH] Force the PDO pgsql checks to use 32-bit pg_config
On sparc, we have 32 and 64-bit pg_config binaries. On i386, we only
@@ -16,12 +16,12 @@
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure b/configure
-index f3772a5..5aa29c9 100755
+index a090a60..fef5052 100755
--- a/configure
+++ b/configure
-@@ -73177,8 +73177,8 @@ if test "$PHP_PDO_PGSQL" != "no"; then
+@@ -73482,8 +73482,8 @@ if test "$PHP_PDO_PGSQL" != "no"; then
echo $ac_n "checking for pg_config""... $ac_c" 1>&6
- echo "configure:73216: checking for pg_config" >&5
+ echo "configure:73521: checking for pg_config" >&5
for i in $PHP_PDO_PGSQL $PHP_PDO_PGSQL/bin /usr/local/pgsql/bin /usr/local/bin /usr/bin ""; do
- if test -x $i/pg_config; then
- PG_CONFIG="$i/pg_config"
@@ -31,5 +31,5 @@
fi
done
--
-1.7.6
+1.7.8.2
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list