summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2018-11-05 12:43:41 -0800
committerMichael Forney <mforney@mforney.org>2018-11-06 00:00:25 -0800
commite650796725ad68a3705a5a7d05bfbe9db3165933 (patch)
tree0fa01c720552f7627cc44a4c90904cf4228df823
parent259afc323f57146fcd1d4625f342e09c1d664290 (diff)
expat: Use musl 1.1.20 getrandom wrapper
-rw-r--r--pkg/expat/expat_config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/expat/expat_config.h b/pkg/expat/expat_config.h
index b7064a82..90dfc41c 100644
--- a/pkg/expat/expat_config.h
+++ b/pkg/expat/expat_config.h
@@ -5,7 +5,7 @@
#define HAVE_DLFCN_H 1
#define HAVE_FCNTL_H 1
#define HAVE_GETPAGESIZE 1
-/* #undef HAVE_GETRANDOM */
+#define HAVE_GETRANDOM 1
#define HAVE_INTTYPES_H 1
/* #undef HAVE_LIBBSD */
#define HAVE_MEMMOVE 1
@@ -15,7 +15,7 @@
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
-#define HAVE_SYSCALL_GETRANDOM 1
+/* #undef HAVE_SYSCALL_GETRANDOM */
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1