aports/testing/jitsi-meet/openssl3.patch
Noel Kuntze ad43bdde46 testing/jitsi-meet: new aport
WebRTC JavaScript video conferences
2023-04-11 12:29:01 +02:00

14 lines
293 B
Diff

diff --git a/Makefile b/Makefile
index 040f8c9..bcbf826 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ endif
all: compile deploy clean
compile:
- NODE_OPTIONS=--max-old-space-size=8192 \
+ NODE_OPTIONS="--max-old-space-size=8192 --openssl-legacy-provider" \
$(WEBPACK)
clean: