[Commits] [SCM] claws-win32-installer branch, gtk3, updated. 4.0.0-1-44-g1811c01
jonathan at claws-mail.org
jonathan at claws-mail.org
Mon Jan 17 07:15:18 CET 2022
The branch, gtk3 has been updated
via 1811c015d976a2ab11271aee64768a0d52ed2601 (commit)
from 5ba7e3d3878be2df5df0b5730f2fa20e87e11c7d (commit)
Summary of changes:
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 1811c015d976a2ab11271aee64768a0d52ed2601
Author: Jonathan Boeing <jonathan at claws-mail.org>
Date: Fri Nov 19 23:59:17 2021 -0700
Fix 32-bit build with Debian Bullseye
diff --git a/configure.ac b/configure.ac
index 7e3a4d3..615d0bd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -182,7 +182,7 @@ AS_IF([test -n "$BASH_VERSION"],
gcc_dir=$(dirname $($CC -print-libgcc-file-name))
AS_IF([test "$host" = "i686-w64-mingw32"],
- [libgcc_dll="libgcc_s_sjlj-1.dll"],
+ [libgcc_dll="libgcc_s_dw2-1.dll"],
[libgcc_dll="libgcc_s_seh-1.dll"])
AC_MSG_CHECKING([for libgcc])
-----------------------------------------------------------------------
hooks/post-receive
--
Installer sources for Claws Mail Windows port
More information about the Commits
mailing list