Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1bd6a62

Browse filesBrowse files
bnoordhuisFishrock123
authored andcommitted
build: drop unconditional openssl dep from cctest
Don't link in openssl when building `./configure --without-inspector`, it's only used by the inspector cctests. Ditto libuv and http_parser. Fixes unnecessarily building openssl when `--shared-openssl` is also passed to configure. Fixes: #7478 PR-URL: #7486 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 6151544 commit 1bd6a62
Copy full SHA for 1bd6a62

File tree

Expand file treeCollapse file tree

1 file changed

+1
-6
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-6
lines changed
Open diff view settings
Collapse file

‎node.gyp‎

Copy file name to clipboardExpand all lines: node.gyp
+1-6Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -753,12 +753,7 @@
753753
{
754754
'target_name': 'cctest',
755755
'type': 'executable',
756-
'dependencies': [
757-
'deps/openssl/openssl.gyp:openssl',
758-
'deps/http_parser/http_parser.gyp:http_parser',
759-
'deps/gtest/gtest.gyp:gtest',
760-
'deps/uv/uv.gyp:libuv',
761-
],
756+
'dependencies': [ 'deps/gtest/gtest.gyp:gtest' ],
762757
'include_dirs': [
763758
'src',
764759
'deps/v8/include'

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.