diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-02-02 14:48:59 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-02-02 14:48:59 +0100 |
commit | 2d6616195f011a131ad166aebdceb771c9fc573f (patch) | |
tree | ed681bfe7a28d31603ef3c3275bda4e004d3cd80 /cluster/prod/app/jitsi/build/jitsi-meet/0001-allow-broken-openssl-routines.patch | |
parent | 6445d55e3e651d1728f722377c65504c4fe91cf6 (diff) | |
download | nixcfg-2d6616195f011a131ad166aebdceb771c9fc573f.tar.gz nixcfg-2d6616195f011a131ad166aebdceb771c9fc573f.zip |
upgrade the building logic
Diffstat (limited to 'cluster/prod/app/jitsi/build/jitsi-meet/0001-allow-broken-openssl-routines.patch')
-rw-r--r-- | cluster/prod/app/jitsi/build/jitsi-meet/0001-allow-broken-openssl-routines.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/cluster/prod/app/jitsi/build/jitsi-meet/0001-allow-broken-openssl-routines.patch b/cluster/prod/app/jitsi/build/jitsi-meet/0001-allow-broken-openssl-routines.patch new file mode 100644 index 0000000..544069c --- /dev/null +++ b/cluster/prod/app/jitsi/build/jitsi-meet/0001-allow-broken-openssl-routines.patch @@ -0,0 +1,25 @@ +From 5e890bd4dd378913a2dabaf4468ce1839b84ec4f Mon Sep 17 00:00:00 2001 +From: Quentin Dufour <quentin@deuxfleurs.fr> +Date: Thu, 2 Feb 2023 13:51:27 +0100 +Subject: [PATCH] allow broken openssl routines + +--- + Makefile | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/Makefile b/Makefile +index 040f8c977..bcbf82658 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: +-- +2.38.1 + |