gnucash maint: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Sat Dec 16 13:54:52 EST 2017


Updated	 via  https://github.com/Gnucash/gnucash/commit/8efc0e7b (commit)
	 via  https://github.com/Gnucash/gnucash/commit/9dcb2037 (commit)
	from  https://github.com/Gnucash/gnucash/commit/51fab91f (commit)



commit 8efc0e7bdc6c7876e376aa4e8ef7b8b4f3ffa52a
Merge: 51fab91 9dcb203
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Dec 16 10:54:03 2017 -0800

    Merge Rob Gowin's Partial Fix for Bug 787497 into maint.

commit 9dcb2037ad8ffe6295e343d7656ca311c80679a5
Author: Rob Gowin <robgowin at gmail.com>
Date:   Sat Dec 2 17:59:40 2017 -0600

    Partial fix for Bug 787497 - Disabling options cripples dist package
    
    WITH_OFX, WITH_SQL and WITH_AQBANKING handling is fixed. The
    dist files for these features are always included in the dist
    tarball.
    
    I added code for WITH_GNUCASH=OFF to error out when trying to
    create a dist tarball. Not fully tested because WITH_GNUCASH=OFF
    itself does not build.
    
    Still need to backport fixes from unstable for WITH_PYTHON=OFF.



Summary of changes:
 CMakeLists.txt                                | 14 ++++++-
 src/backend/CMakeLists.txt                    |  6 +--
 src/backend/dbi/CMakeLists.txt                | 53 ++++++++++++++-------------
 src/backend/dbi/test/CMakeLists.txt           |  2 +-
 src/backend/sql/CMakeLists.txt                | 25 +++++++------
 src/backend/sql/test/CMakeLists.txt           | 22 +++++------
 src/cmake_modules/MakeDist.cmake              |  4 ++
 src/import-export/CMakeLists.txt              |  8 +---
 src/import-export/ofx/gschemas/CMakeLists.txt |  6 ++-
 src/import-export/ofx/test/CMakeLists.txt     | 10 ++---
 10 files changed, 83 insertions(+), 67 deletions(-)



More information about the gnucash-patches mailing list