Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

build: --without-ssl broken as of 8e29ce9 #5979

@bnoordhuis

Description

@bnoordhuis

The changes to src/node_extensions.* in commit 8e29ce9 break the --without-ssl build. When undoing the changes, the build succeeds.

$ ./configure --without-ssl
# <snip>
$ make -j4 V=
# <snip>
make -C out BUILDTYPE=Release V=
  CXX(target) /Users/bnoordhuis/src/test/out/Release/obj.target/node/src/node_extensions.o
  LINK(target) /Users/bnoordhuis/src/test/out/Release/node
Undefined symbols for architecture x86_64:
  "_node_crypto_module", referenced from:
      _node_module_list in node_extensions.o
  "_node_tls_wrap_module", referenced from:
      _node_module_list in node_extensions.o
ld: symbol(s) not found for architecture x86_64

/cc @indutny

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions