diff --git a/srcpkgs/libstatgrab/template b/srcpkgs/libstatgrab/template index 404d1a7367b..5d7e471e626 100644 --- a/srcpkgs/libstatgrab/template +++ b/srcpkgs/libstatgrab/template @@ -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 }