-
-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Closed
Labels
addonsIssues and PRs related to native addons.Issues and PRs related to native addons.opensslIssues and PRs related to the OpenSSL dependency.Issues and PRs related to the OpenSSL dependency.
Description
Change #23426 added a section to common.gypi that conditionally defines OPENSSL_THREADS. This change was integrated into Electron 5 and as a result my native addon that depends on BoringSSL under Electron now fails to build under Electron 5 with the following error message:
../deps/grpc/third_party/boringssl/include/openssl/base.h:143:0: error: "OPENSSL_THREADS" redefined [-Werror]
#define OPENSSL_THREADS
The full bug details are at electron/electron#18122.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
addonsIssues and PRs related to native addons.Issues and PRs related to native addons.opensslIssues and PRs related to the OpenSSL dependency.Issues and PRs related to the OpenSSL dependency.