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
14 lines
343 B
Diff
14 lines
343 B
Diff
Index: node-v14.17.5/src/cares_wrap.h
|
|
===================================================================
|
|
--- node-v14.17.5.orig/src/cares_wrap.h
|
|
+++ node-v14.17.5/src/cares_wrap.h
|
|
@@ -22,7 +22,7 @@
|
|
# include <netdb.h>
|
|
#endif // __POSIX__
|
|
|
|
-# include <ares_nameser.h>
|
|
+#include <arpa/nameser.h>
|
|
|
|
namespace node {
|
|
namespace cares_wrap {
|