58442b5eef
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>
12 lines
340 B
Diff
12 lines
340 B
Diff
--- 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";
|
|
]])], [
|