From 442aa88f95d6c4a921aa3d4de91f54d50bd0cd35 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Thu, 7 Mar 2013 12:46:37 +0000 Subject: 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 Signed-off-by: Peter Korsgaard --- .../util-linux-003-program-invocation-short-name.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 package/util-linux/util-linux-003-program-invocation-short-name.patch (limited to 'package/util-linux/util-linux-003-program-invocation-short-name.patch') 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 new file mode 100644 index 0000000000..2d2fa5de0f --- /dev/null +++ b/package/util-linux/util-linux-003-program-invocation-short-name.patch @@ -0,0 +1,18 @@ +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 + +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 ], ++AC_TRY_COMPILE([#include ], + [program_invocation_short_name = "test";], + AC_DEFINE(HAVE_PROGRAM_INVOCATION_SHORT_NAME, 1, + [Define if program_invocation_short_name is defined]) -- cgit v1.2.3