r18165 - gnucash/trunk/packaging/win32 - Fix URL for pgsql library stuff

Phil Longstaff plongstaff at code.gnucash.org
Wed Jul 1 08:33:56 EDT 2009


Author: plongstaff
Date: 2009-07-01 08:33:56 -0400 (Wed, 01 Jul 2009)
New Revision: 18165
Trac: http://svn.gnucash.org/trac/changeset/18165

Modified:
   gnucash/trunk/packaging/win32/defaults.sh
Log:
Fix URL for pgsql library stuff


Modified: gnucash/trunk/packaging/win32/defaults.sh
===================================================================
--- gnucash/trunk/packaging/win32/defaults.sh	2009-06-29 21:10:21 UTC (rev 18164)
+++ gnucash/trunk/packaging/win32/defaults.sh	2009-07-01 12:33:56 UTC (rev 18165)
@@ -287,7 +287,7 @@
 set_default MYSQL_LIB_URL "http://mirror.csclub.uwaterloo.ca/mysql/Downloads/Connector-C/mysql-connector-c-noinstall-6.0.1-win32.zip"
 set_default MYSQL_LIB_DIR $GLOBAL_DIR\\mysql
 set_default LIBMYSQL_DEF `pwd`/libmysql.def
-set_default PGSQL_LIB_URL pgsql-win32.tar.gz
+set_default PGSQL_LIB_URL "http://www.gnucash.org/pub/gnucash/sources/unstable/2.3.x/pgsql-win32.tar.gz"
 set_default PGSQL_DIR $GLOBAL_DIR\\pgsql
 set_default LIBDBI_URL "http://downloads.sourceforge.net/libdbi/libdbi-0.8.3.tar.gz"
 set_default LIBDBI_DIR $GLOBAL_DIR\\libdbi



More information about the gnucash-changes mailing list