libstatgrab: fix cross *-musl

This commit is contained in:
Jürgen Buchmüller 2017-01-07 15:45:10 +01:00
parent 53e58e83cf
commit 7c207b3812
1 changed files with 4 additions and 0 deletions

View File

@ -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" distfiles="http://www.mirrorservice.org/sites/ftp.i-scream.org/pub/i-scream/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=03e9328e4857c2c9dcc1b0347724ae4cd741a72ee11acc991784e8ef45b7f1ab checksum=03e9328e4857c2c9dcc1b0347724ae4cd741a72ee11acc991784e8ef45b7f1ab
case "$XBPS_TARGET_MACHINE" in
*-musl) CFLAGS="-DLINUX -DHAVE_PROCFS" ;;
esac
pre_configure() { pre_configure() {
autoconf autoconf
} }