mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 01:12:58 +02:00
uftrace: update to 0.18.1.
This commit is contained in:
parent
0abba24c3e
commit
1dfbb42cc1
1 changed files with 2 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'uftrace'
|
||||
pkgname=uftrace
|
||||
version=0.18
|
||||
version=0.18.1
|
||||
revision=1
|
||||
archs="x86_64* i686* aarch64* arm* riscv64*"
|
||||
build_style=configure
|
||||
|
@ -12,7 +12,7 @@ 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=39b80c97697bbb77ef5455e3455d681de378637b2bae5c8384a76d47d7461eb5
|
||||
checksum=c089e7f38dab8d17346d41cee0ec69dc60699d5527b54e6765712235577da0db
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl) makedepends+=" argp-standalone"; export LDFLAGS=-largp;;
|
||||
|
@ -26,11 +26,6 @@ case "$XBPS_TARGET_MACHINE" in
|
|||
riscv64*) export ARCH=riscv64;;
|
||||
esac
|
||||
|
||||
post_extract() {
|
||||
# https://github.com/namhyung/uftrace/commit/ea53a7f42c1c5da688ef79e53731dcc3810a1256
|
||||
mv arch/i386/common.S arch/i386/thunk.S
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vmkdir usr/share/bash-completion
|
||||
mv $DESTDIR/etc/bash_completion.d $DESTDIR/usr/share/bash-completion/completions
|
||||
|
|
Loading…
Add table
Reference in a new issue