watchdog: broken on musl
This commit is contained in:
parent
f558a286ff
commit
2210f24573
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user