0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/deps
Shigeki Ohtsu 1f371e3988 deps: copy all openssl header files to include dir
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>
2015-06-25 19:17:41 +10:00
..
cares src,deps: replace LoadLibrary by LoadLibraryW 2015-05-12 10:47:51 +02:00
gtest deps: check in gtest, add util unit test 2015-04-01 22:35:56 +02:00
http_parser deps: update http_parser to 2.5.0 2015-04-24 23:19:28 +02:00
npm win,node-gyp: enable delay-load hook by default 2015-06-19 11:18:32 -07:00
openssl deps: copy all openssl header files to include dir 2015-06-25 19:17:41 +10:00
uv deps: update libuv to version 1.6.1 2015-06-05 22:12:49 +02:00
v8 v8: cherry-pick uclibc build patch from upstream 2015-06-14 23:34:08 +02:00
zlib