gnucash-on-windows future: Fix Gwenhywfar's ohbci linkage.
John Ralls
jralls at code.gnucash.org
Sun Aug 23 19:10:36 EDT 2026
Updated via https://github.com/Gnucash/gnucash-on-windows/commit/babf248c (commit)
from https://github.com/Gnucash/gnucash-on-windows/commit/8820eb3f (commit)
commit babf248c275ace0f7c911dd4df2488fcaa76f0ed
Author: John Ralls <jralls at ceridwen.us>
Date: Sun Aug 23 16:10:16 2026 -0700
Fix Gwenhywfar's ohbci linkage.
MSYS2 suddenly needs libintl specified explicitly in the linker args.
diff --git a/packages/gwenhywfar/PKGBUILD b/packages/gwenhywfar/PKGBUILD
index 098e8cd..8a037e4 100644
--- a/packages/gwenhywfar/PKGBUILD
+++ b/packages/gwenhywfar/PKGBUILD
@@ -44,6 +44,7 @@ build() {
--enable-local-install \
--disable-binreloc \
PKGCONFIG="pkg-config --dont-define-prefix" \
+ CFLAGS="-Wl,-lintl" \
"$@"
make
Summary of changes:
packages/gwenhywfar/PKGBUILD | 1 +
1 file changed, 1 insertion(+)
More information about the gnucash-changes
mailing list