aboutsummaryrefslogtreecommitdiffstats
path: root/package/util-linux/util-linux-002-uclibc-build-fix.patch
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2013-02-04 12:52:07 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-02-05 15:56:33 +0100
commit01e859ebffe7e0e335ba0b834789c04afea3f404 (patch)
treedcf1058a8f94c9ac702cf638537656509febb226 /package/util-linux/util-linux-002-uclibc-build-fix.patch
parentbefb9a3ee0c5994162f527d8ef763d57d68ec48e (diff)
downloadbuildroot-novena-01e859ebffe7e0e335ba0b834789c04afea3f404.tar.gz
buildroot-novena-01e859ebffe7e0e335ba0b834789c04afea3f404.zip
util-linux: add numbers to patches
As we are going to add an Xtensa related patch that needs to be applied *after* the AArch64 patch, let's first add a number to each util-linux patch file name, so that we know they will be applied in the right order. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 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.patch16
1 files changed, 16 insertions, 0 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
new file mode 100644
index 000000000..f9da863f4
--- /dev/null
+++ b/package/util-linux/util-linux-002-uclibc-build-fix.patch
@@ -0,0 +1,16 @@
+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])
+