[Commits] [SCM] claws-win32-installer branch, master, updated. 3.18.0-2-31-gadcd758
jonathan at claws-mail.org
jonathan at claws-mail.org
Mon Jan 24 03:00:05 CET 2022
The branch, master has been updated
via adcd758e2e592b683867e11213ec4d692692fa3e (commit)
from cf00b76a312e130a8014ad6b1e3b94830c014881 (commit)
Summary of changes:
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit adcd758e2e592b683867e11213ec4d692692fa3e
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 2291d19..a679d32 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