forked from Ivasoft/openwrt
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 <wbx@uclibc-ng.org>
This commit is contained in:
committed by
John Crispin
parent
8ee30ade17
commit
5d8ece87a4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user