uftrace: update to 0.8.3.
This commit is contained in:
parent
fb9be355b7
commit
c8671f0752
1 changed files with 8 additions and 6 deletions
|
@ -5,18 +5,20 @@ revision=1
|
|||
build_style=gnu-configure
|
||||
hostmakedepends="pandoc"
|
||||
makedepends="elfutils-devel"
|
||||
short_desc="Function graph tracer for user-space"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="GPL-2.0-only"
|
||||
homepage="https://github.com/namhyung/uftrace"
|
||||
distfiles="https://github.com/namhyung/uftrace/archive/v${version}.tar.gz"
|
||||
checksum=176f4630c831aa8e8f6662131df7e1fdeaea75270535ee9ceebf43c12ba04b55
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl) makedepends+=" argp-standalone"; export LDFLAGS=-largp;;
|
||||
esac
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686*) export ARCH=i386;;
|
||||
x86_64*) export ARCH=x86_64;;
|
||||
arm*) export ARCH=arm;;
|
||||
aarch64*) export ARCH=aarch64;;
|
||||
esac
|
||||
short_desc="Function graph tracer for user-space"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="GPL-2"
|
||||
homepage="https://github.com/namhyung/uftrace"
|
||||
distfiles="https://github.com/namhyung/uftrace/archive/v${version}.tar.gz"
|
||||
checksum=176f4630c831aa8e8f6662131df7e1fdeaea75270535ee9ceebf43c12ba04b55
|
||||
|
|
Loading…
Reference in a new issue