r18312 - gnucash/trunk/packaging/win32 - Fix bug 589673 - need to patch libdbi source for win32 problem.

Phil Longstaff plongstaff at code.gnucash.org
Sun Sep 13 21:00:49 EDT 2009


Author: plongstaff
Date: 2009-09-13 21:00:47 -0400 (Sun, 13 Sep 2009)
New Revision: 18312
Trac: http://svn.gnucash.org/trac/changeset/18312

Added:
   gnucash/trunk/packaging/win32/libdbi-dbd_helper.c.patch
Modified:
   gnucash/trunk/packaging/win32/defaults.sh
   gnucash/trunk/packaging/win32/install.sh
Log:
Fix bug 589673 - need to patch libdbi source for win32 problem.

The patch exists in libdbi source, but not in 0.8.3.  The problem is that "errno" is used
as a routine parameter name.  The parameters are accessed incorrectly leading to a segmentation
violation.




More information about the gnucash-patches mailing list