diff options
author | NIIBE Yutaka <[email protected]> | 2021-05-27 04:33:34 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2021-05-27 04:33:34 +0000 |
commit | 40b2890b4349781ddb0330193aed0286b1d23dad (patch) | |
tree | 17e58933737a7530e8ccaa4dad14956647ac29b5 | |
parent | dirmngr: Use --ldaptimeout for OpenPGP LDAP keyservers. (diff) | |
download | gnupg-40b2890b4349781ddb0330193aed0286b1d23dad.tar.gz gnupg-40b2890b4349781ddb0330193aed0286b1d23dad.zip |
build: _DARWIN_C_SOURCE should be 1.
* configure.ac (*-apple-darwin*): Set _DARWIN_C_SOURCE 1.
--
GnuPG-bug-id: 5440
Reported-by: Jay Freeman
Signed-off-by: NIIBE Yutaka <[email protected]>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f684a56a8..2b8049156 100644 --- a/configure.ac +++ b/configure.ac @@ -757,7 +757,7 @@ case "${host}" in build_wks_tools=no ;; *-apple-darwin*) - AC_DEFINE(_DARWIN_C_SOURCE, 900000L, + AC_DEFINE(_DARWIN_C_SOURCE, 1, Expose all libc features (__DARWIN_C_FULL).) ;; *-*-netbsd*) |