aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/util-linux/patches/0001-fix-uClibc-ng-scanf-check.patch
Commit message (Collapse)AuthorAgeFilesLines
* Revert "utils/util-linux: Update to 2.29.2"John Crispin2017-03-221-0/+34
| | | | | | | | This reverts commit eac1a548573a0262e9f36aeee95ed071f6040703. This patch caused the builders to blow up. Signed-off-by: John Crispin <john@phrozen.org>
* utils/util-linux: Update to 2.29.2Daniel Engberg2017-03-221-34/+0
| | | | | | | | | Update util-linux to 2.29.2 Remote 0001-fix-uClibc-ng-scanf-check.patch as it's been merged upstream. Refresh patches Change ncurses to ncursesw to fix compilation and avoid confusion Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* util-linux: fix scanf fallback detection for uClibc-ngWaldemar Brodkorb2016-06-051-0/+34
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>