mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
Removed patches that were are now in version 2.23 of util-linux along with fixed up other patches so they apply cleanly. Signed-off-by: Ryan Barnett <rjbarnet@rockwellcollins.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 lines
340 B
Diff
12 lines
340 B
Diff
--- a/configure.ac 2013-07-30 03:39:26.188738061 -0500
|
|
+++ b/configure.ac 2013-08-27 16:20:09.882953093 -0500
|
|
@@ -386,7 +386,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";
|
|
]])], [
|