util-linux 2.37 doesn't support meson yet.
This reverts commit eab60d315f.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
15 lines
305 B
Diff
15 lines
305 B
Diff
--- a/lib/randutils.c
|
|
+++ b/lib/randutils.c
|
|
@@ -26,6 +26,11 @@
|
|
#define THREAD_LOCAL static
|
|
#endif
|
|
|
|
+/* force /dev/urandom to avoid hanging on early boot */
|
|
+#undef HAVE_GETRANDOM
|
|
+#undef SYS_getrandom
|
|
+#undef __NR_getrandom
|
|
+
|
|
#ifdef HAVE_GETRANDOM
|
|
# include <sys/random.h>
|
|
#elif defined (__linux__)
|