sysprof: fix arm*-musl build

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Jürgen Buchmüller 2018-03-20 13:36:56 +01:00
parent 345f5c2e69
commit 8c556703f6

View file

@ -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
}