gnucash-on-windows master: Bug 788148 - Online Setup and Actions are missing.
John Ralls
jralls at code.gnucash.org
Mon Sep 25 18:06:36 EDT 2017
Updated via https://github.com/Gnucash/gnucash-on-windows/commit/5e9b7c7e (commit)
from https://github.com/Gnucash/gnucash-on-windows/commit/61047be1 (commit)
commit 5e9b7c7ec1fcc5918ea4e5aa833ad52840638fa3
Author: John Ralls <jralls at ceridwen.us>
Date: Mon Sep 25 15:01:09 2017 -0700
Bug 788148 - Online Setup and Actions are missing.
Ensure that AQBanking is built with CMake.
diff --git a/install-impl.sh b/install-impl.sh
index bb40a28..de9fe0c 100644
--- a/install-impl.sh
+++ b/install-impl.sh
@@ -1437,6 +1437,7 @@ function inst_gnucash_using_cmake() {
-D CMAKE_PREFIX_PATH=${_GLOBAL_UDIR} \
-D PERL_EXECUTABLE=${_MSYS_UDIR}/bin/perl \
-D CMAKE_MAKE_PROGRAM=${_CMAKE_MAKE_PROGRAM} \
+ -D WITH_AQBANKING=ON \
-D GNC_DBD_DIR=${_LIBDBI_DRIVERS_UDIR}/lib/dbd \
-D HTMLHELP_DIR=${_HH_UDIR} \
-D GIT_EXECUTABLE=${GIT_DIR}/bin/git.exe \
Summary of changes:
install-impl.sh | 1 +
1 file changed, 1 insertion(+)
More information about the gnucash-changes
mailing list