diff options
author | Thomas Lamprecht | 2025-01-21 12:13:41 +0100 |
---|---|---|
committer | Thomas Lamprecht | 2025-01-21 12:25:48 +0100 |
commit | 3d770dd58135e3ee949d1a4e779ecd67bd7d015b (patch) | |
tree | ee47e06e29d14abdf8d0a7b5a536f20022724ec1 | |
parent | 542bd86de1aabd3c35dd1c30ea759be3a8d307e6 (diff) | |
download | aur-3d770dd58135e3ee949d1a4e779ecd67bd7d015b.tar.gz |
actually apply patch for aarch64 compat
Signed-off-by: Thomas Lamprecht <thomas@lamprecht.org>
-rw-r--r-- | PKGBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -59,6 +59,7 @@ prepare() { _apply 0002-docs-drop-all-but-client-man-pages.patch (cd "${srcdir}/h2"; _apply 0003-cargo-downgrade-http-to-0.2.12.patch) _apply 0004-cargo-use-local-patched-h2-dependency.patch + (cd "${srcdir}/proxmox"; _apply 0005-sys-use-correct-pointer-type-for-mkdtemp-return-valu.patch) # fetch all in prepare to allow build() to be run offline cargo fetch --target "$CARCH-unknown-linux-gnu" |