[Pkg-gnupg-commit] [libgpg-error] 11/35: Fix for Solaris.
Daniel Kahn Gillmor
dkg at fifthhorseman.net
Mon Apr 25 21:47:11 UTC 2016
This is an automated email from the git hooks/post-receive script.
dkg pushed a commit to branch master
in repository libgpg-error.
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.
---
src/gen-posix-lock-obj.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/libgpg-error.git
More information about the Pkg-gnupg-commit
mailing list