Module Name:    src
Committed By:   christos
Date:           Sat Feb 26 18:49:42 UTC 2022

Modified Files:
        src/external/mit/expat/lib/libexpat: expat_config.h

Log Message:
don't require arc4random_buf for tools build


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/external/mit/expat/lib/libexpat/expat_config.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/mit/expat/lib/libexpat/expat_config.h
diff -u src/external/mit/expat/lib/libexpat/expat_config.h:1.13 src/external/mit/expat/lib/libexpat/expat_config.h:1.14
--- src/external/mit/expat/lib/libexpat/expat_config.h:1.13	Sat Feb 26 10:40:09 2022
+++ src/external/mit/expat/lib/libexpat/expat_config.h	Sat Feb 26 13:49:42 2022
@@ -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

Reply via email to