summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbastimeyer2023-08-03 17:58:05 +0200
committerbastimeyer2023-08-03 17:58:05 +0200
commitdc1a1211c508276b31420530edc9269ae70df0af (patch)
treef0f5426918546bef27cf212eecc17aa732c4dbf2
parent97f227d1e550b5ac1517365417ac4d7a892f1a72 (diff)
downloadaur-dc1a1211c508276b31420530edc9269ae70df0af.tar.gz
Remove unneeded OpenSSL workaround
-rw-r--r--PKGBUILD3
1 files changed, 0 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6967c73b8688..0aedc34ec64e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -39,9 +39,6 @@ prepare() {
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- # temporarily fix broken build-dependencies relying on md4 hashes, which are unsupported on OpenSSL3
- # https://github.com/streamlink/streamlink-twitch-gui/issues/944
- NODE_OPTIONS=--openssl-legacy-provider \
yarn run grunt clean:tmp_prod webpack:prod "compile:${_arch}"
}