diff options
author | Ryan Barnett <rjbarnet@rockwellcollins.com> | 2013-09-05 08:32:26 -0500 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-09-05 15:45:42 +0200 |
commit | 66c0d5d05c1a81a5b4b3d4d780af4229c9c79662 (patch) | |
tree | d786d502c39fa2f0260684c5f287ff06d46e2994 /package/util-linux/util-linux-003-program-invocation-short-name.patch | |
parent | 2b5650cf7ffb6800d56d620aca7377500cc26b37 (diff) | |
download | buildroot-66c0d5d05c1a81a5b4b3d4d780af4229c9c79662.tar.gz buildroot-66c0d5d05c1a81a5b4b3d4d780af4229c9c79662.zip |
util-linux: bump version to 2.23
Removed patches that were are now in version 2.23 of util-linux along with
fixed up other patches so they apply cleanly.
Signed-off-by: Ryan Barnett <rjbarnet@rockwellcollins.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/util-linux/util-linux-003-program-invocation-short-name.patch')
-rw-r--r-- | package/util-linux/util-linux-003-program-invocation-short-name.patch | 29 |
1 files changed, 11 insertions, 18 deletions
diff --git a/package/util-linux/util-linux-003-program-invocation-short-name.patch b/package/util-linux/util-linux-003-program-invocation-short-name.patch index 2d2fa5de0f..5d04e35538 100644 --- a/package/util-linux/util-linux-003-program-invocation-short-name.patch +++ b/package/util-linux/util-linux-003-program-invocation-short-name.patch @@ -1,18 +1,11 @@ -uClibc build fix: program_invocation_short_name is defined in errno.h -and not argp.h -Update to util-linux-2.22.2 from a previous patch by Khem. - -Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> - -diff -Nura util-linux-2.22.2.orig/configure.ac util-linux-2.22.2/configure.ac ---- util-linux-2.22.2.orig/configure.ac 2013-03-07 15:16:18.912418476 -0300 -+++ util-linux-2.22.2/configure.ac 2013-03-07 15:16:25.909640745 -0300 -@@ -372,7 +372,7 @@ - - - AC_MSG_CHECKING(whether program_invocation_short_name is defined) --AC_TRY_COMPILE([#include <argp.h>], -+AC_TRY_COMPILE([#include <errno.h>], - [program_invocation_short_name = "test";], - AC_DEFINE(HAVE_PROGRAM_INVOCATION_SHORT_NAME, 1, - [Define if program_invocation_short_name is defined]) +--- a/configure.ac 2013-07-30 03:39:26.188738061 -0500 ++++ b/configure.ac 2013-08-27 16:20:09.882953093 -0500 +@@ -386,7 +386,7 @@ + + AC_MSG_CHECKING([whether program_invocation_short_name is defined]) + AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[ +- #include <argp.h> ++ #include <errno.h> + ]], [[ + program_invocation_short_name = "test"; + ]])], [ |