libstatgrab: fix cross *-musl
This commit is contained in:
parent
53e58e83cf
commit
7c207b3812
|
@ -13,6 +13,10 @@ license="LGPL-2.1, GPL-2"
|
|||
distfiles="http://www.mirrorservice.org/sites/ftp.i-scream.org/pub/i-scream/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=03e9328e4857c2c9dcc1b0347724ae4cd741a72ee11acc991784e8ef45b7f1ab
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl) CFLAGS="-DLINUX -DHAVE_PROCFS" ;;
|
||||
esac
|
||||
|
||||
pre_configure() {
|
||||
autoconf
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue