diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2013-03-07 12:46:37 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-03-09 22:09:36 +0100 |
commit | 442aa88f95d6c4a921aa3d4de91f54d50bd0cd35 (patch) | |
tree | 35ca74f79f217e1c818b91d63ebb55b984a111c2 /package/util-linux/util-linux-002-uclibc-build-fix.patch | |
parent | 98d7bb16a6a63e9b73b52e9519c9925e3f9685b6 (diff) | |
download | buildroot-442aa88f95d6c4a921aa3d4de91f54d50bd0cd35.tar.gz buildroot-442aa88f95d6c4a921aa3d4de91f54d50bd0cd35.zip |
util-linux: bump version and revamp options
Bump to latest 2.22.2 version and revamp available options.
* Remove the assumed enable/disable defaults since these seem to change
quite often, so do what's wise and always enable/disable things.
* Switch from build "X" menu options to just X, add some help and sort.
* Introduce new option to install binaries (or not) to reduce bloat for
packages that just need libblkid and/or libuuid.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/util-linux/util-linux-002-uclibc-build-fix.patch')
-rw-r--r-- | package/util-linux/util-linux-002-uclibc-build-fix.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/package/util-linux/util-linux-002-uclibc-build-fix.patch b/package/util-linux/util-linux-002-uclibc-build-fix.patch deleted file mode 100644 index f9da863f4d..0000000000 --- a/package/util-linux/util-linux-002-uclibc-build-fix.patch +++ /dev/null @@ -1,16 +0,0 @@ -Signed-off-by: Khem Raj <raj.khem@gmail.com> - -Index: util-linux-2.19.1/configure.ac -=================================================================== ---- util-linux-2.19.1.orig/configure.ac -+++ util-linux-2.19.1/configure.ac -@@ -250,7 +250,7 @@ esac - - - 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]) - |