Skip to content

Commit

Permalink
Revert "net-im/element-web: openssl >=3.0; #194"
Browse files Browse the repository at this point in the history
This is not needed anymore with >=openssl 3.0, it breaks the build
now.

This reverts commit 96573cc.
  • Loading branch information
joecool1029 committed Oct 20, 2023
1 parent d4f9a38 commit 63e724b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions net-im/element-web/element-web-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,6 @@ src_configure() {

einfo "Installing node_modules"
node /usr/bin/yarn install ${ONLINE_OFFLINE} --no-progress --ignore-scripts || die

# Workaround md4 see https://github.com/webpack/webpack/issues/14560
find node_modules/webpack/lib -type f -exec sed -i 's|md4|sha512|g' {} \; || die
# For webpack >= 5.61.0
# sed -i 's/case "sha512"/case "md4"/' node_modules/webpack/lib/util/createHash.js || die
}

src_compile() {
Expand Down

0 comments on commit 63e724b

Please sign in to comment.