From 91bb4edf169010bd96d4888b5850a7bda37b0c3a Mon Sep 17 00:00:00 2001 From: hazen2215 Date: Sun, 2 Jul 2023 20:05:41 +0900 Subject: [PATCH] watchdog: fix build on musl --- srcpkgs/watchdog/template | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/srcpkgs/watchdog/template b/srcpkgs/watchdog/template index 743b8d4f1291..3d410fc469e6 100644 --- a/srcpkgs/watchdog/template +++ b/srcpkgs/watchdog/template @@ -7,14 +7,10 @@ short_desc="Software watchdog daemon" maintainer="Enno Boland " license="GPL-2.0-or-later" homepage="https://sourceforge.net/projects/watchdog/" -distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz" +distfiles="${SOURCEFORGE_SITE}/watchdog/watchdog-${version}.tar.gz" checksum=b8e7c070e1b72aee2663bdc13b5cc39f76c9232669cfbb1ac0adc7275a3b019d 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 }