From cc8238508fa02a6a9ad12c1c150f4b2d8d490ca0 Mon Sep 17 00:00:00 2001 From: meator Date: Sat, 2 Mar 2024 21:22:22 +0100 Subject: [PATCH] strace: rebuild against newer libunwind This fixes the strace: Symbol `_UPT_accessors' has different size in shared object, consider re-linking warning. An ABI break was introduced in https://github.com/libunwind/libunwind/commit/d7e59261feb4f9425728ae08031bee3d5bf6e48a --- srcpkgs/strace/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/strace/template b/srcpkgs/strace/template index 6448685e7967d8..483c3680db54f9 100644 --- a/srcpkgs/strace/template +++ b/srcpkgs/strace/template @@ -1,7 +1,7 @@ # Template file for 'strace' pkgname=strace version=6.7 -revision=1 +revision=2 build_style=gnu-configure configure_args="--enable-silent-rules $(vopt_with libunwind)" makedepends="$(vopt_if libunwind libunwind-devel)"