Skip to content

Commit 76fd86d

Browse files
uftrace: fix i686.
1 parent 945d173 commit 76fd86d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

srcpkgs/uftrace/template

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ case "$XBPS_TARGET_MACHINE" in
2626
riscv64*) export ARCH=riscv64;;
2727
esac
2828

29+
post_extract() {
30+
# https://github.com/namhyung/uftrace/commit/ea53a7f42c1c5da688ef79e53731dcc3810a1256
31+
mv arch/i386/common.S arch/i386/thunk.S
32+
}
33+
2934
post_install() {
3035
vmkdir usr/share/bash-completion
3136
mv $DESTDIR/etc/bash_completion.d $DESTDIR/usr/share/bash-completion/completions

0 commit comments

Comments
 (0)