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
d7e59261fe
This commit is contained in:
meator 2024-03-02 21:22:22 +01:00 committed by oreo639
parent f556174877
commit 6b63d416ef

View file

@ -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)"