diff options
author | Mischa Jonker <mjonker@synopsys.com> | 2014-04-03 18:40:52 +0400 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-04-03 20:22:31 +0200 |
commit | 58442b5eefab37eb6b55b6f63f7a3995c042b7ca (patch) | |
tree | ea11a084dde133f6aea355821299272b39c48e3c /package/util-linux/util-linux-002-program-invocation-short-name.patch | |
parent | a1f92422575645e5e81b4026eb42e758da4821e6 (diff) | |
download | buildroot-58442b5eefab37eb6b55b6f63f7a3995c042b7ca.tar.gz buildroot-58442b5eefab37eb6b55b6f63f7a3995c042b7ca.zip |
util-linux: bump version to 2.24.1
Removed "support older machines" patch as it has been fixed upstream,
fixed up other patches.
This removes some arch-dependencies in fdiskbsdlabel.h, fixing the
build for the ARC-architecture.
This fixes:
http://autobuild.buildroot.net/results/8863799d856ccab51ee8ffd499378574ef166aee/
Signed-off-by: Mischa Jonker <mjonker@synopsys.com>
Signed-off-by: Anton Kolesov <Anton.Kolesov@synopsys.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/util-linux/util-linux-002-program-invocation-short-name.patch')
-rw-r--r-- | package/util-linux/util-linux-002-program-invocation-short-name.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/util-linux/util-linux-002-program-invocation-short-name.patch b/package/util-linux/util-linux-002-program-invocation-short-name.patch new file mode 100644 index 0000000000..95fea3f13d --- /dev/null +++ b/package/util-linux/util-linux-002-program-invocation-short-name.patch @@ -0,0 +1,11 @@ +--- a/configure.ac 2013-09-05 15:31:21.590981268 -0500 ++++ b/configure.ac 2013-09-05 15:31:29.160981049 -0500 +@@ -387,7 +387,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"; + ]])], [ |