[git] GCRYPT - branch, master, updated. libgcrypt-1.7.3-77-g6540240
by Justus Winter
cvs at cvs.gnupg.org
Wed Mar 8 13:10:40 CET 2017
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 crypto library".
The branch, master has been updated
via 654024081cfa103c87bb163b117ea3568171d408 (commit)
from 5bd530b8a4624f101b8d42e68f1b28bcc13f4f76 (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 654024081cfa103c87bb163b117ea3568171d408
Author: Justus Winter <justus at g10code.com>
Date: Wed Mar 8 13:09:11 2017 +0100
build: Use macOS' compatibility macros to enable all features.
* configure.ac: On macOS, use the compatibility macros to expose every
feature of the libc. This is the equivalent of _GNU_SOURCE on GNU
libc.
--
Not defining this leads to compilation errors or superfluous warnings
on macOS.
GnuPG-bug-id: 2910
Signed-off-by: Justus Winter <justus at g10code.com>
diff --git a/configure.ac b/configure.ac
index 78508ec..2609b41 100644
--- a/configure.ac
+++ b/configure.ac
@@ -270,6 +270,10 @@ case "${host}" in
;;
m68k-atari-mint)
;;
+ *-apple-darwin*)
+ AC_DEFINE(_DARWIN_C_SOURCE, 900000L,
+ Expose all libc features (__DARWIN_C_FULL).)
+ ;;
*)
;;
esac
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 4 ++++
1 file changed, 4 insertions(+)
hooks/post-receive
--
The GNU crypto library
http://git.gnupg.org
_______________________________________________
Gnupg-commits mailing list
Gnupg-commits at gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-commits
More information about the Gcrypt-devel
mailing list