Skip to content

Commit

Permalink
addpatch: librustls 0.14.0-1
Browse files Browse the repository at this point in the history
Pregenerated bindings for aws-lc-sys are not available for riscv64. Add make
dependencies for binding generation.
  • Loading branch information
kxxt authored and felixonmars committed Oct 22, 2024
1 parent 798df83 commit a5d2b35
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions librustls/riscv64.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- PKGBUILD
+++ PKGBUILD
@@ -15,6 +15,8 @@ makedepends=(
cargo-c
nasm
rust
+ cmake
+ clang
)
provides=('librustls.so')
options=(!lto)

0 comments on commit a5d2b35

Please sign in to comment.