You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 22, 2023. It is now read-only.
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
The changes to src/node_extensions.* in commit 8e29ce9 break the --without-ssl build. When undoing the changes, the build succeeds.
/cc @indutny