strace: update to 4.13.
This commit is contained in:
parent
d44ba381dc
commit
ad5652daaf
1 changed files with 2 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'strace'
|
||||
pkgname=strace
|
||||
version=4.12
|
||||
version=4.13
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-libunwind"
|
||||
|
@ -10,7 +10,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
homepage="http://sourceforge.net/projects/strace"
|
||||
license="BSD"
|
||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.xz"
|
||||
checksum=51144b78cb9ba22211b95a5aafe0af3694c0d575b25975d80ca9dd4dfd7c1e59
|
||||
checksum=d48f732576c91ece36a5843d63f9be054c40ef59f1e4773986042636861625d7
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
aarch64*) configure_args=; makedepends= ;;
|
||||
|
@ -23,7 +23,6 @@ pre_configure() {
|
|||
*-musl) export CFLAGS+=" -Dsigcontext_struct=sigcontext";;
|
||||
esac
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue