From 2e59361d36716f6a8a70865f022de6b2ac1a5195 Mon Sep 17 00:00:00 2001 From: MilhouseVH Date: Mon, 28 Oct 2019 01:47:47 +0000 Subject: [PATCH] util-linux: add missing dependencies --- packages/sysutils/util-linux/package.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/sysutils/util-linux/package.mk b/packages/sysutils/util-linux/package.mk index 1f8a725cc2..cfe7158be4 100644 --- a/packages/sysutils/util-linux/package.mk +++ b/packages/sysutils/util-linux/package.mk @@ -7,7 +7,7 @@ PKG_VERSION="2.33.2" PKG_SHA256="631be8eac6cf6230ba478de211941d526808dba3cd436380793334496013ce97" PKG_LICENSE="GPL" PKG_URL="http://www.kernel.org/pub/linux/utils/util-linux/v${PKG_VERSION%.*}/$PKG_NAME-$PKG_VERSION.tar.xz" -PKG_DEPENDS_HOST="ccache:host autoconf:host automake:host pkg-config:host" +PKG_DEPENDS_HOST="ccache:host autoconf:host automake:host intltool:host libtool:host pkg-config:host" PKG_DEPENDS_TARGET="toolchain" PKG_DEPENDS_INIT="toolchain" PKG_LONGDESC="A large variety of low-level system utilities that are necessary for a Linux system to function."