[git] GPG-ERROR - branch, master, updated. libgpg-error-1.21-11-g34b0714
by NIIBE Yutaka
cvs at cvs.gnupg.org
Tue Mar 1 02:27:49 CET 2016
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 "Error codes used by GnuPG et al.".
The branch, master has been updated
via 34b07146bbb0863436fc9381a84314b18bdfb807 (commit)
from 49655fb6ef39b307787e1b6e00c996f9c7db64f7 (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 34b07146bbb0863436fc9381a84314b18bdfb807
Author: NIIBE Yutaka <gniibe at fsij.org>
Date: Tue Mar 1 10:25:18 2016 +0900
Fix for Solaris.
* src/gen-posix-lock-obj.c (USE_DOUBLE_FOR_ALIGNMENT): Check LP64.
--
Signed-off-by: NIIBE Yutaka <gniibe at fsij.org>
This fixes commit 5168b97.
diff --git a/src/gen-posix-lock-obj.c b/src/gen-posix-lock-obj.c
index 83356ad..5efc930 100644
--- a/src/gen-posix-lock-obj.c
+++ b/src/gen-posix-lock-obj.c
@@ -43,7 +43,7 @@
#endif
/* Special requirements for certain platforms. */
-#if defined(__solaris__) && (defined (__ILP32__) || defined(_ILP32))
+#if defined(__solaris__) && !defined (__LP64__) && !defined(_LP64)
# define USE_DOUBLE_FOR_ALIGNMENT 1
#else
# define USE_DOUBLE_FOR_ALIGNMENT 0
-----------------------------------------------------------------------
Summary of changes:
src/gen-posix-lock-obj.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
Error codes used by GnuPG et al.
http://git.gnupg.org
More information about the Gnupg-commits
mailing list