[git] NTBTLS - branch, master, updated. e582e91e47a164816ac074b9078dbed8537601dc

by Justus Winter cvs at cvs.gnupg.org
Wed Mar 8 13:21:11 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 "Not Too Bad TLS".

The branch, master has been updated
       via  e582e91e47a164816ac074b9078dbed8537601dc (commit)
      from  23670ada738071ec464c9a40f6b3528e23998655 (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 e582e91e47a164816ac074b9078dbed8537601dc
Author: Justus Winter <justus at gnupg.org>
Date:   Wed Mar 8 13:17:40 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
    ed-off-by: Justus Winter <justus at gnupg.org>

diff --git a/configure.ac b/configure.ac
index 9edb53f..80b958e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -225,6 +225,10 @@ case "${host}" in
         have_android_system=yes
         run_tests=no
         ;;
+    *-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
-- 
Not Too Bad TLS
http://git.gnupg.org




More information about the Gnupg-commits mailing list