util-linux: fix scanf fallback detection for uClibc-ng
authorWaldemar Brodkorb <wbx@openadk.org>
Sat, 4 Jun 2016 20:24:56 +0000 (22:24 +0200)
committerJohn Crispin <john@phrozen.org>
Sun, 5 Jun 2016 21:23:57 +0000 (23:23 +0200)
commit5d8ece87a4105e655da1526baa3753379a56f83d
tree58a07a20d207c0fcf05d270d586e9acf0ad65f5e
parent8ee30ade17fad882c7ab840e09fa614785954f02
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>
package/utils/util-linux/Makefile
package/utils/util-linux/patches/0001-fix-uClibc-ng-scanf-check.patch [new file with mode: 0644]