From 8c556703f692792414a31e678e50c21311b406d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 20 Mar 2018 13:36:56 +0100 Subject: [PATCH] sysprof: fix arm*-musl build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Buchmüller --- srcpkgs/sysprof/template | 5 ----- 1 file changed, 5 deletions(-) diff --git a/srcpkgs/sysprof/template b/srcpkgs/sysprof/template index e014e576e30..1902f3bc95c 100644 --- a/srcpkgs/sysprof/template +++ b/srcpkgs/sysprof/template @@ -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 }