summaryrefslogtreecommitdiffstats
path: root/package/util-linux/util-linux-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-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-uclibc-build-fix.patch')
-rw-r--r--package/util-linux/util-linux-uclibc-build-fix.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/package/util-linux/util-linux-uclibc-build-fix.patch b/package/util-linux/util-linux-uclibc-build-fix.patch
deleted file mode 100644
index f9da863f4..000000000
--- a/package/util-linux/util-linux-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])
-