watchdog: broken on musl

This commit is contained in:
q66 2020-01-02 18:05:50 +01:00
parent f558a286ff
commit 2210f24573

View file

@ -11,6 +11,10 @@ distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=ffdc865137ad5d8e53664bd22bad4de6ca136d1b4636720320cb52af0c18947c
conf_files="/etc/watchdog.conf"
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
broken="nfsmount.h:9:10: fatal error: rpc/rpc.h: No such file or directory"
fi
post_install() {
vsv watchdog
}