mirror of
https://github.com/dashpay/dash.git
synced 2024-12-29 05:49:11 +01:00
15 lines
364 B
Diff
15 lines
364 B
Diff
|
Avoid getrandom@GLIBC_2.25 symbol.
|
||
|
|
||
|
--- old/config.h.in
|
||
|
+++ new/config.h.in
|
||
|
@@ -101,9 +101,6 @@
|
||
|
/* Define to 1 if you have the `getprotobynumber' function. */
|
||
|
#undef HAVE_GETPROTOBYNUMBER
|
||
|
|
||
|
-/* Define to 1 if you have the `getrandom' function. */
|
||
|
-#undef HAVE_GETRANDOM
|
||
|
-
|
||
|
/* Define to 1 if you have the `getservbyname' function. */
|
||
|
#undef HAVE_GETSERVBYNAME
|
||
|
|