strace: update to 4.21.
This commit is contained in:
parent
f108c5f85e
commit
dfb0c8c1ce
1 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'strace'
|
# Template file for 'strace'
|
||||||
pkgname=strace
|
pkgname=strace
|
||||||
version=4.20
|
version=4.21
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-libunwind"
|
configure_args="--with-libunwind"
|
||||||
|
@ -10,12 +10,16 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://sourceforge.net/projects/strace"
|
homepage="http://sourceforge.net/projects/strace"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.xz"
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.xz"
|
||||||
checksum=5bf3148dd17306a42566f7da17368fdd781afa147db05ea63a4ca2b50f58c523
|
checksum=5c7688db44073e94c59a5627744e5699454419824cc8166e8bcfd7ec58375c37
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
aarch64-musl) configure_args=; makedepends= ;;
|
aarch64-musl) configure_args=; makedepends= ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
aarch64*) configure_args+=" --enable-mpers=no"
|
||||||
|
esac
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sed -i -e 's/include <linux\/socket.h>/include <sys\/socket.h>/g' 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
|
sed -i -e 's/include <sgidefs.h>/include <asm\/sgidefs.h>/g' configure
|
||||||
|
|
Loading…
Reference in a new issue