tech-pkg archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
nodejs-24.7 build fail on netbsd-11 - missing openssl/thread.h
lang/nodejs fails to build for me on netbsd-11/amd64
The last successful build I had was for nodejs-24.6.0
The build fails on a missing include for openssl/thread.h - which the
base system does not appear to install?
#if OPENSSL_VERSION_NUMBER >= 0x30200000L
#include <openssl/thread.h>
#endif
Should base be installing openssl/thread.h
David
Home |
Main Index |
Thread Index |
Old Index