logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: e650796725ad68a3705a5a7d05bfbe9db3165933
parent 259afc323f57146fcd1d4625f342e09c1d664290
Author: Michael Forney <mforney@mforney.org>
Date:   Mon,  5 Nov 2018 12:43:41 -0800

expat: Use musl 1.1.20 getrandom wrapper

Diffstat:

Mpkg/expat/expat_config.h4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 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