Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Bevenius <daniel.bevenius@gmail.com>2017-05-16 20:56:59 +0300
committerDaniel Bevenius <daniel.bevenius@gmail.com>2017-05-25 19:39:49 +0300
commit1cde37576392f16c8652cde62804c248c77f70fb (patch)
tree8d4e40748fbbd4e9bb556a785b40bac8e11d78dd /src/node_main.cc
parent920278bd3764e11cbd5dfdd70e76a75f2c976e16 (diff)
build: fix openssl link error on windows
This commit attempts to fix an issue when building on windows using the following command line options: .\vcbuild.bat dll debug x64 vc2015 This will result in the following options passed to configure: configure --debug --shared --dest-cpu=x64 --tag= This commit excludes the dependency to openssl if node is configured with --shared. Also, FP_API to the categories to export in mkssldef when generating the module definition (openssl.def) allowing the build to compile and link successfully. Fixes: https://github.com/nodejs/node/issues/12952 PR-URL: https://github.com/nodejs/node/pull/13078 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Refael Ackermann <refack@gmail.com>
Diffstat (limited to 'src/node_main.cc')
0 files changed, 0 insertions, 0 deletions