mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
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"
|
configure_args="--disable-static --enable-gui"
|
||||||
CFLAGS="-D__NEED_pid_t"
|
CFLAGS="-D__NEED_pid_t"
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
*-musl)
|
||||||
|
broken="yes"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
NOCONFIGURE=1 ./autogen.sh
|
NOCONFIGURE=1 ./autogen.sh
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue