summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Lamprecht2025-01-21 12:13:41 +0100
committerThomas Lamprecht2025-01-21 12:25:48 +0100
commit3d770dd58135e3ee949d1a4e779ecd67bd7d015b (patch)
treeee47e06e29d14abdf8d0a7b5a536f20022724ec1
parent542bd86de1aabd3c35dd1c30ea759be3a8d307e6 (diff)
downloadaur-3d770dd58135e3ee949d1a4e779ecd67bd7d015b.tar.gz
actually apply patch for aarch64 compat
Signed-off-by: Thomas Lamprecht <thomas@lamprecht.org>
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 64a1300d440a..3a4f3a18776f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"