sysprof: fix arm*-musl build
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
@@ -19,11 +19,6 @@ esac
|
|||||||
CFLAGS+=" -Wno-error -Wno-error=undef"
|
CFLAGS+=" -Wno-error -Wno-error=undef"
|
||||||
|
|
||||||
pre_build() {
|
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
|
export SHELL=/bin/bash
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user