[Commits] [SCM] claws-win32-installer branch, master, updated. 3.18.0-2-19-g725fb56
jonathan at claws-mail.org
jonathan at claws-mail.org
Thu Nov 11 22:36:58 CET 2021
The branch, master has been updated
via 725fb56ad6d54e882ae4003030432cfa88cf0662 (commit)
from 2080c5720e27bcf523a9134347afc4febc830761 (commit)
Summary of changes:
src/Makefile.am | 3 +++
1 file changed, 3 insertions(+)
- Log -----------------------------------------------------------------
commit 725fb56ad6d54e882ae4003030432cfa88cf0662
Author: Jonathan Boeing <jonathan.n.boeing at gmail.com>
Date: Tue Nov 9 22:57:25 2021 -0700
Fix libsoup build with GCC 10
diff --git a/src/Makefile.am b/src/Makefile.am
index 679d317..7109171 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -312,6 +312,9 @@ cm_pkg_libsoup_configure = \
-Dsysprof=disabled \
-Dtls_check=false \
-Dintrospection=disabled
+# -fcommon works around libsoup failing to link with GCC 10 due to multiple
+# definition errors
+cm_pkg_libsoup_cflags = $(CM_CFLAGS) -fcommon
cm_pkg_libsoup_meson_cppflags = -I$(idir)/include
cm_pkg_libsoup_meson_ldflags = -L$(idir)/lib
-----------------------------------------------------------------------
hooks/post-receive
--
Installer sources for Claws Mail Windows port
More information about the Commits
mailing list