gnucash maint: Bug 747300 - SQL backend missing from most recent DMG?

John Ralls jralls at code.gnucash.org
Fri Apr 3 17:00:54 EDT 2015


Updated	 via  https://github.com/Gnucash/gnucash/commit/1d6fd557 (commit)
	from  https://github.com/Gnucash/gnucash/commit/f717e091 (commit)



commit 1d6fd557676936cf719e435b53c8e6de15303889
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Apr 3 13:57:27 2015 -0700

    Bug 747300 - SQL backend missing from most recent DMG?
    
    Fix configure.ac so that ${prefix}/lib/dbd is searched for modules.
    Use gnc_path_get_libdir() to check for modules in the event that
    $GNC_DBD_DIR is either empty or wrong and the path compiled into libdbi
    itself is invalid. This applies mostly to Mac as other OSes tend to
    leave their binaries where configure installs them.



Summary of changes:
 configure.ac                      | 13 ++++++++-----
 src/backend/dbi/gnc-backend-dbi.c | 19 ++++++++++++++++---
 2 files changed, 24 insertions(+), 8 deletions(-)



More information about the gnucash-patches mailing list