From 5d8ece87a4105e655da1526baa3753379a56f83d Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 4 Jun 2016 22:24:56 +0200 Subject: util-linux: fix scanf fallback detection for uClibc-ng uClibc-ng pretends to be GNU libc 2.2 and then a fallback scanf check is tried, so that libmount is disabled afterwards. Add a fix already suggested upstream. Add librt dependency required for other apps, too. Signed-off-by: Waldemar Brodkorb --- package/utils/util-linux/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/utils/util-linux/Makefile') diff --git a/package/utils/util-linux/Makefile b/package/utils/util-linux/Makefile index cfa244dca5..d1abacbaf0 100644 --- a/package/utils/util-linux/Makefile +++ b/package/utils/util-linux/Makefile @@ -40,6 +40,7 @@ include $(INCLUDE_DIR)/package.mk define Package/util-linux/Default SECTION:=utils CATEGORY:=Utilities + DEPENDS:= +librt URL:=http://www.kernel.org/pub/linux/utils/util-linux/ endef @@ -167,7 +168,6 @@ endef define Package/dmesg $(call Package/util-linux/Default) TITLE:=print or control the kernel ring buffer - DEPENDS:= +librt endef define Package/dmesg/description -- cgit v1.2.3