Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/mit/expat/lib/libexpat don't require arc4random_buf...



details:   https://anonhg.NetBSD.org/src/rev/b09edd9089ef
branches:  trunk
changeset: 362038:b09edd9089ef
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Feb 26 18:49:42 2022 +0000

description:
don't require arc4random_buf for tools build

diffstat:

 external/mit/expat/lib/libexpat/expat_config.h |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (14 lines):

diff -r d98138916fdb -r b09edd9089ef external/mit/expat/lib/libexpat/expat_config.h
--- a/external/mit/expat/lib/libexpat/expat_config.h    Sat Feb 26 18:35:01 2022 +0000
+++ b/external/mit/expat/lib/libexpat/expat_config.h    Sat Feb 26 18:49:42 2022 +0000
@@ -11,8 +11,10 @@
 /* Define to 1 if you have the `arc4random' function. */
 /* #undef HAVE_ARC4RANDOM */
 
+#ifndef TOOL_FCCACHE
 /* Define to 1 if you have the `arc4random_buf' function. */
 #define HAVE_ARC4RANDOM_BUF 1
+#endif
 
 /* Define to 1 if you have the <dlfcn.h> header file. */
 #define HAVE_DLFCN_H 1



Home | Main Index | Thread Index | Old Index