watchdog: fix build on musl
This commit is contained in:
parent
7e2379e903
commit
affccf6e83
1 changed files with 1 additions and 5 deletions
|
@ -7,14 +7,10 @@ short_desc="Software watchdog daemon"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://sourceforge.net/projects/watchdog/"
|
homepage="https://sourceforge.net/projects/watchdog/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/watchdog/watchdog-${version}.tar.gz"
|
||||||
checksum=b8e7c070e1b72aee2663bdc13b5cc39f76c9232669cfbb1ac0adc7275a3b019d
|
checksum=b8e7c070e1b72aee2663bdc13b5cc39f76c9232669cfbb1ac0adc7275a3b019d
|
||||||
conf_files="/etc/watchdog.conf"
|
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() {
|
post_install() {
|
||||||
vsv watchdog
|
vsv watchdog
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue