From d9bb2dc5f6fe4f7592d8fa7c07b77d14c31714da Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Thu, 13 Aug 2020 19:33:06 -0700 Subject: moreutils: fix compilation with uClibc-ng getloadavg is missing not just under cygwin. Signed-off-by: Rosen Penev --- utils/moreutils/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/moreutils/Makefile') diff --git a/utils/moreutils/Makefile b/utils/moreutils/Makefile index 51e28235b..2f2326e75 100644 --- a/utils/moreutils/Makefile +++ b/utils/moreutils/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=moreutils PKG_VERSION:=0.63 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://git.kitenet.net/index.cgi/moreutils.git/snapshot -- cgit v1.2.3