strace: update to 4.21.

This commit is contained in:
Michael Gehring 2018-03-04 22:15:24 +00:00
parent f108c5f85e
commit dfb0c8c1ce

View file

@ -1,6 +1,6 @@
# Template file for 'strace'
pkgname=strace
version=4.20
version=4.21
revision=1
build_style=gnu-configure
configure_args="--with-libunwind"
@ -10,12 +10,16 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://sourceforge.net/projects/strace"
license="BSD"
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.xz"
checksum=5bf3148dd17306a42566f7da17368fdd781afa147db05ea63a4ca2b50f58c523
checksum=5c7688db44073e94c59a5627744e5699454419824cc8166e8bcfd7ec58375c37
case "$XBPS_TARGET_MACHINE" in
aarch64-musl) configure_args=; makedepends= ;;
esac
case "$XBPS_TARGET_MACHINE" in
aarch64*) configure_args+=" --enable-mpers=no"
esac
pre_configure() {
sed -i -e 's/include <linux\/socket.h>/include <sys\/socket.h>/g' configure
sed -i -e 's/include <sgidefs.h>/include <asm\/sgidefs.h>/g' configure