mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
1f371e3988
On upgrading openssl, all symlinks in pulic header files are replaced with nested include files. The issue was raised that installing them leads to lost its references to real header files. To avoid this, all public header files are copied into the `deps/openssl/openssl/include/openssl/` directory. As a result, we have duplicated header files under `deps/openssl/openssl/` but copied files are refereed in build as specified to include path in openssl.gyp. Fixes: https://github.com/nodejs/io.js/pull/1975 PR-URL: https://github.com/nodejs/io.js/pull/2016 Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Johan Bergström <bugs@bergstroem.nu> |
||
---|---|---|
.. | ||
cares | ||
gtest | ||
http_parser | ||
npm | ||
openssl | ||
uv | ||
v8 | ||
zlib |