[git] GnuPG - branch, STABLE-BRANCH-1-4, updated. gnupg-1.4.15-14-g24ba0ce
by Werner Koch
cvs at cvs.gnupg.org
Thu Jan 23 15:28:56 CET 2014
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GNU Privacy Guard".
The branch, STABLE-BRANCH-1-4 has been updated
via 24ba0ce93263c42afb9f087ffcf2edda0b433022 (commit)
from 9df639b684f8420452d7b39e1dd1c3b974623921 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 24ba0ce93263c42afb9f087ffcf2edda0b433022
Author: Werner Koch <wk at gnupg.org>
Date: Thu Jan 23 15:19:35 2014 +0100
Support building using the latest mingw-w64 toolchain.
* acinclude.m4 (GNUPG_SYS_SYMBOL_UNDERSCORE): Change mingw detection.
--
From: Stephen Kitt <skitt at debian.org>
All MinGW targets require underscores when linking. This patch fixes
acinclude.m4 and the resulting configure so they don't limit the use
of underscores to the old mingw32msvc targets.
Debian-bug-id: 730271
Signed-off-by: Werner Koch <wk at gnupg.org>
diff --git a/acinclude.m4 b/acinclude.m4
index 9e4a166..44dfd85 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -692,7 +692,7 @@ AC_CHECK_TOOL(AS, as, false)
AC_DEFUN([GNUPG_SYS_SYMBOL_UNDERSCORE],
[tmp_do_check="no"
case "${host}" in
- *-mingw32msvc*)
+ *-mingw32*)
ac_cv_sys_symbol_underscore=yes
;;
i386-emx-os2 | i[3456]86-pc-os2*emx | i386-pc-msdosdjgpp)
-----------------------------------------------------------------------
Summary of changes:
acinclude.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
The GNU Privacy Guard
http://git.gnupg.org
More information about the Gnupg-commits
mailing list