gnucash-on-osx master: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Mon Aug 23 13:14:33 EDT 2021


Updated	 via  https://github.com/Gnucash/gnucash-on-osx/commit/e90ad7ff (commit)
	 via  https://github.com/Gnucash/gnucash-on-osx/commit/9c64a013 (commit)
	from  https://github.com/Gnucash/gnucash-on-osx/commit/00b253f8 (commit)



commit e90ad7ffc51621bdbb6fbf85bb7a57a2e85539be
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Aug 23 10:14:21 2021 -0700

    Add some prefix-dependent autogenargs for OpenSP, libofx, and libdbi-drivers.

diff --git a/jhbuildrc-custom b/jhbuildrc-custom
index 0c098fa..dce73c3 100644
--- a/jhbuildrc-custom
+++ b/jhbuildrc-custom
@@ -25,6 +25,10 @@ module_extra_env['pygobject3'] = _pypathenv
 
 module_extra_env['icu'] = {'CXXFLAGS':os.environ['CXXFLAGS'] + ' -std=c++17'}
 module_extra_env['boost'] = {'CXXFLAGS':os.environ['CXXFLAGS'] + ' -std=c++17'}
+append_autogenargs("libofx", "--with-opensp-includes=" + prefix + "/include/OpenSP --with-opensp-libs=" + prefix + "/lib")
+
+append_autogenargs("OpenSP", "--enable-shared") #To override the global --disable-shared
+append_autogenargs("libdbi-drivers", "--with-dbi-incdir=" + prefix + "/include --with-dbi-libdir=" + prefix + "/lib")
 module_makeargs["aqbanking"]="-j1"
 os.environ['CC_FOR_BUILD'] = os.environ['CC']
 os.environ['CPP_FOR_BUILD'] = os.environ['CC']

commit 9c64a0136c4a7d4c5c7a61de251c1b0b83954eb7
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Aug 23 10:13:38 2021 -0700

    Fix boost module value.

diff --git a/modulesets/gnucash.modules b/modulesets/gnucash.modules
index a3c663f..fbc8d2f 100644
--- a/modulesets/gnucash.modules
+++ b/modulesets/gnucash.modules
@@ -222,7 +222,7 @@
   </autotools>
 
   <cmake id="boost" cmakeargs="-DLIBRARIES='date_time;regex;locale;filesystem;program_options'">
-    <branch module="project/boost/1.77.0/boost_1_77_0.tar.bz2" version="1.77.0" 
+    <branch module="boost/1.77.0/boost_1_77_0.tar.bz2" version="1.77.0" 
             hash="sha256:fc9f85fc030e233142908241af7a846e60630aa7388de9a5fafb1f3a26840854"
             repo="sourceforge">
       <patch file="boost-cmake.patch" strip="1"/>



Summary of changes:
 jhbuildrc-custom           | 4 ++++
 modulesets/gnucash.modules | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)



More information about the gnucash-changes mailing list