Commit 83ee07b6 authored by Shigeki Ohtsu's avatar Shigeki Ohtsu Committed by Jeremiah Senkpiel
Browse files

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
PORT-PR-URL: https://github.com/nodejs/io.js/pull/2101
PORT-FROM: 1f371e39


Reviewed-By: default avatarRod Vagg <rod@vagg.org>
Reviewed-By: default avatarJohan Bergström <bugs@bergstroem.nu>
parent 00ba4296
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment