forked from pool/nodejs20
* buffer: improve base64 and base64url performance * crypto: deprecate implicitly shortened GCM tags * events,doc: mark CustomEvent as stable * fs: add stacktrace to fs/promises * report: add --report-exclude-network option * src: add uv_get_available_memory to report and process * stream: support typed arrays * util: support array of formats in util.styleText * v8: implement v8.queryObjects() for memory leak regression testing * watch: mark as stable - versioned.patch: refreshed - cares_sle12_capabilities.patch: SLES12 compatibility OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs20?expand=0&rev=80
23 lines
761 B
Diff
23 lines
761 B
Diff
Index: node-v18.20.1/deps/cares/config/linux/ares_config.h
|
|
===================================================================
|
|
--- node-v18.20.1.orig/deps/cares/config/linux/ares_config.h
|
|
+++ node-v18.20.1/deps/cares/config/linux/ares_config.h
|
|
@@ -116,7 +116,7 @@
|
|
#define HAVE_GETNAMEINFO 1
|
|
|
|
/* Define to 1 if you have `getrandom` */
|
|
-#define HAVE_GETRANDOM 1
|
|
+/* undef #define HAVE_GETRANDOM 1 */
|
|
|
|
/* Define to 1 if you have `getservbyport_r` */
|
|
#define HAVE_GETSERVBYPORT_R 1
|
|
@@ -329,7 +329,7 @@
|
|
#define HAVE_SYS_PARAM_H 1
|
|
|
|
/* Define to 1 if you have the <sys/random.h> header file. */
|
|
-#define HAVE_SYS_RANDOM_H 1
|
|
+/* undef #define HAVE_SYS_RANDOM_H 1 */
|
|
|
|
/* Define to 1 if you have the <sys/select.h> header file. */
|
|
#define HAVE_SYS_SELECT_H 1
|