gnucash-on-flatpak master: Build postgresql with SSL support.
John Ralls
jralls at code.gnucash.org
Fri Mar 6 14:48:00 EST 2026
Updated via https://github.com/Gnucash/gnucash-on-flatpak/commit/f6420d82 (commit)
from https://github.com/Gnucash/gnucash-on-flatpak/commit/4cc34939 (commit)
commit f6420d824bb7db26cd16ddf93e4c579682ddb425
Author: John Ralls <jralls at ceridwen.us>
Date: Fri Mar 6 11:46:53 2026 -0800
Build postgresql with SSL support.
Should fix https://github.com/flathub/org.gnucash.GnuCash/issues/110
diff --git a/modules/postgresql.json b/modules/postgresql.json
index 32c526b..e480e56 100644
--- a/modules/postgresql.json
+++ b/modules/postgresql.json
@@ -13,6 +13,9 @@
"build-options": {
"cflags": "-std=c11"
},
+ "config-opts": [
+ "--with-ssl=openssl"
+ ],
"sources": [
{
"type": "archive",
Summary of changes:
modules/postgresql.json | 3 +++
1 file changed, 3 insertions(+)
More information about the gnucash-changes
mailing list