mirror of
https://github.com/openwrt/packages.git
synced 2025-02-07 09:19:51 +00:00
6575ab559c
Notable Changes Experimental Network Inspection Support in Node.js Exposes X509_V_FLAG_PARTIAL_CHAIN to tls.createSecureContext New option for vm.createContext() to create a context with a freezable globalThis Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
11 lines
254 B
Diff
11 lines
254 B
Diff
--- a/deps/zlib/zlib.gyp
|
|
+++ b/deps/zlib/zlib.gyp
|
|
@@ -8,6 +8,7 @@
|
|
'use_system_zlib%': 0,
|
|
'arm_fpu%': '',
|
|
},
|
|
+ 'include_dirs!': [ '<!@(echo "$STAGING_DIR"/usr/include)' ],
|
|
'conditions': [
|
|
['use_system_zlib==0', {
|
|
'targets': [
|