From bc327f1541c4b209dd7e02a3cea1ecd880ee84bd Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Sun, 15 Oct 2017 10:33:14 +0200 Subject: [PATCH] scanmem: broken for musl --- srcpkgs/scanmem/template | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/srcpkgs/scanmem/template b/srcpkgs/scanmem/template index e1ddf2f7c91..2fa949d3354 100644 --- a/srcpkgs/scanmem/template +++ b/srcpkgs/scanmem/template @@ -15,6 +15,12 @@ checksum=f02054b91322cf41517506158fcb74554e9fc6644e696f8aa25e5acf162d374b configure_args="--disable-static --enable-gui" CFLAGS="-D__NEED_pid_t" +case "$XBPS_TARGET_MACHINE" in + *-musl) + broken="yes" + ;; +esac + pre_configure() { NOCONFIGURE=1 ./autogen.sh }