gnucash-on-flatpak master: Fix quote-retrieval failure
John Ralls
jralls at code.gnucash.org
Fri Jul 4 19:09:11 EDT 2025
Updated via https://github.com/Gnucash/gnucash-on-flatpak/commit/7a8c60f4 (commit)
from https://github.com/Gnucash/gnucash-on-flatpak/commit/8f6dbeb7 (commit)
commit 7a8c60f452a1e2eb7047238a8374a8f835af0416
Author: John Ralls <jralls at ceridwen.us>
Date: Fri Jul 4 15:49:20 2025 -0700
Fix quote-retrieval failure
The root problem was that Net::SSLeay had been removed from
the build because the script attempts to install all of the
modules. Net::SSLeay requires the libssl headers, requiring
in turn that on Linux systems the libssl-dev package is
installed. It was not installed on my system. Now it is and
Net::SSLeay is again included in the flatpak.
Fixes https://github.com/flathub/org.gnucash.GnuCash/issues/97
Summary of changes:
modules/finance-quote-sources.json | 169 ++++++++++++++++++++++---------------
1 file changed, 103 insertions(+), 66 deletions(-)
More information about the gnucash-patches
mailing list