forked from pool/nodejs-electron
- Update to 19.x - Use gcc also on aarch64 due to clang crashes while compiling - Fix Fedora aarch64 build - Do not compile chrome stuff unused in electron - Use system libraries wherever possible OBS-URL: https://build.opensuse.org/request/show/986436 OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs-electron?expand=0&rev=19
14 lines
395 B
Diff
14 lines
395 B
Diff
Index: node-v14.17.5/src/cares_wrap.h
|
|
===================================================================
|
|
--- node-v14.17.5.orig/third_party/electron_node/src/cares_wrap.h
|
|
+++ node-v14.17.5/third_party/electron_node/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 {
|