scanmem: broken for musl
This commit is contained in:
parent
979e7b968c
commit
bc327f1541
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue