File manual_configure.patch of Package nodejs16
21
1
Author: Adam Majer <amajer@suse.de>
2
Date: Wed May 23 14:13:33 CEST 2018
3
Summary: This config.h is defined by hand
4
5
Gyp doesn't run autotools, so this config is not quite correct.
6
Update to prevent implicit defines to be used.
7
8
Index: node-git.8dae89b396/deps/nghttp2/lib/includes/config.h
9
===================================================================
10
--- node-git.8dae89b396.orig/deps/nghttp2/lib/includes/config.h
11
+++ node-git.8dae89b396/deps/nghttp2/lib/includes/config.h
12
13
/* #undef HAVE_NETDB_H */
14
15
/* Define to 1 if you have the <netinet/in.h> header file. */
16
-/* #undef HAVE_NETINET_IN_H */
17
+#define HAVE_NETINET_IN_H 1
18
19
/* Define to 1 if you have the <pwd.h> header file. */
20
/* #undef HAVE_PWD_H */
21