sysprof: fix arm*-musl build
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
345f5c2e69
commit
8c556703f6
1 changed files with 0 additions and 5 deletions
|
@ -19,11 +19,6 @@ esac
|
|||
CFLAGS+=" -Wno-error -Wno-error=undef"
|
||||
|
||||
pre_build() {
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl)
|
||||
sed '/define SP_CAPTURE_ADDRESS_FORMAT/s/ll/l/' -i lib/capture/sp-capture-types.h
|
||||
;;
|
||||
esac
|
||||
export SHELL=/bin/bash
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue