summaryrefslogtreecommitdiffstats
path: root/package/util-linux/0001-build-sys-fix-uClibc-ng-scanf-check.patch
diff options
context:
space:
mode:
authorRahul Bedarkar <rahul.bedarkar@imgtec.com>2016-08-11 23:39:56 +0530
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-08-19 23:40:23 +0200
commita351f375973072eecafc09f1c233c5c53bbaad3f (patch)
tree3a8b66bf7c12ffa0bffff6fef3bca4ea84a9a2bb /package/util-linux/0001-build-sys-fix-uClibc-ng-scanf-check.patch
parentec9825e38ed0f56b66f9c11f432cab7487a0f5cf (diff)
downloadbuildroot-a351f375973072eecafc09f1c233c5c53bbaad3f.tar.gz
buildroot-a351f375973072eecafc09f1c233c5c53bbaad3f.zip
util-linux: bump version to 2.28.1
Drop upstream patch 0001-build-sys-fix-uClibc-ng-scanf-check.patch. Release notes: https://www.kernel.org/pub/linux/utils/util-linux/v2.28/v2.28.1-ReleaseNotes Signed-off-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com> [Thomas: remove --enable-libuuid-force-uuidd support.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/util-linux/0001-build-sys-fix-uClibc-ng-scanf-check.patch')
-rw-r--r--package/util-linux/0001-build-sys-fix-uClibc-ng-scanf-check.patch34
1 files changed, 0 insertions, 34 deletions
diff --git a/package/util-linux/0001-build-sys-fix-uClibc-ng-scanf-check.patch b/package/util-linux/0001-build-sys-fix-uClibc-ng-scanf-check.patch
deleted file mode 100644
index 801b72b26d..0000000000
--- a/package/util-linux/0001-build-sys-fix-uClibc-ng-scanf-check.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From bac7fbdb2d141879526ca4342d56d2c749ba8af5 Mon Sep 17 00:00:00 2001
-From: Waldemar Brodkorb <wbx@uclibc-ng.org>
-Date: Fri, 3 Jun 2016 04:23:28 +0200
-Subject: [PATCH] build-sys: fix uClibc-ng scanf check
-
-uClibc-ng tries to be compatible with GNU libc and defines
-__GLIBC__ and pretend to be version 2.2.
-We once changed it to 2.10, but then some hard to fix problems
-in different software packages (gcc) occured.
-It would be better if we disable the special GNU libc checks
-for uClibc-ng here. uClibc-ng implements the required scanf
-functionality.
-
-Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org>
----
- configure.ac | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/configure.ac b/configure.ac
-index 3ba723f..ec197ee 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -581,7 +581,7 @@ AC_CACHE_VAL([scanf_cv_alloc_modifier],
- #include <stdio.h>
- #include <unistd.h>
-
-- #ifdef __GLIBC__
-+ #if defined(__GLIBC__) && !defined(__UCLIBC__)
-
- #if !(__GLIBC_PREREQ(2, 7))
- #error %m is not available
---
-2.1.4
-
OpenPOWER on IntegriCloud