mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 21:57:02 +02:00
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:
parent
f556174877
commit
6b63d416ef
1 changed files with 1 additions and 1 deletions
|
@ -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)"
|
||||
|
|
Loading…
Add table
Reference in a new issue