gnucash maint: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Tue Sep 11 13:46:29 EDT 2018


Updated	 via  https://github.com/Gnucash/gnucash/commit/10a21cbf (commit)
	 via  https://github.com/Gnucash/gnucash/commit/f219bc45 (commit)
	from  https://github.com/Gnucash/gnucash/commit/48b29f5e (commit)



commit 10a21cbfacedb07a3a30d1a343902764ec395418
Merge: 48b29f5 f219bc4
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Sep 11 10:46:02 2018 -0700

    Merge branch 'Bug794526' into maint

commit f219bc45aa355a9f194bcaedcd72f511eb22fbcf
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Sep 9 16:24:26 2018 -0700

    Bug 794526 - Python bindings can't find loadable modules.
    
    Always use absolute paths for configured directories (BINDIR etc.)
    Abstract out the guts of gnc_gbr_find_foo_dir for foo in lib, bin, and data.
    etc requires special handling because of the way it's treated if prefix
    begins with /opt.
    
    Always fall back on the configured directory if binreloc is disabled and
    no default is passed in.



Summary of changes:
 libgnucash/core-utils/CMakeLists.txt | 18 ++-----
 libgnucash/core-utils/binreloc.c     | 94 +++++++++++++++++-------------------
 2 files changed, 50 insertions(+), 62 deletions(-)



More information about the gnucash-patches mailing list