Skip to content

Commit

Permalink
vscode: override CLR_OPENSSL_VERSION_OVERRIDE for libressl
Browse files Browse the repository at this point in the history
resolves #11926

[ci skip]
  • Loading branch information
Johnnynator committed May 9, 2020
1 parent a28ad7c commit a9d9bce
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions srcpkgs/vscode/patches/openssl-version-override.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
--- resources/linux/bin/code.sh 2020-04-16 17:59:11.000000000 +0200
+++ - 2020-05-09 18:43:29.924841808 +0200
@@ -41,5 +41,5 @@

ELECTRON="$VSCODE_PATH/@@NAME@@"
CLI="$VSCODE_PATH/resources/app/out/cli.js"
-ELECTRON_RUN_AS_NODE=1 "$ELECTRON" "$CLI" "$@"
+CLR_OPENSSL_VERSION_OVERRIDE=47 ELECTRON_RUN_AS_NODE=1 "$ELECTRON" "$CLI" "$@"
exit $?

0 comments on commit a9d9bce

Please sign in to comment.