[git] KSBA - branch, master, updated. libksba-1.3.5-3-g561d03a

by Justus Winter cvs at cvs.gnupg.org
Wed Mar 8 13:04:30 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 "KSBA is a library to access X.509 certificates and CMS data.".

The branch, master has been updated
       via  561d03a008150c201ece22b29c97b24a1f6bf590 (commit)
      from  100ed5092aec0afe16ca7a4fe660602745e92a36 (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 561d03a008150c201ece22b29c97b24a1f6bf590
Author: Justus Winter <justus at g10code.com>
Date:   Wed Mar 8 12:59:09 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 1efb3ef..34e4eae 100644
--- a/configure.ac
+++ b/configure.ac
@@ -213,6 +213,10 @@ case "${host}" in
     *-*-mingw32*)
       have_w32_system=yes
       ;;
+     *-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
-- 
KSBA is a library to access X.509 certificates and CMS data.
http://git.gnupg.org




More information about the Gnupg-commits mailing list