diff options
-rw-r--r-- | meta/packages/fakeroot/files/autofoo.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/packages/fakeroot/files/autofoo.patch b/meta/packages/fakeroot/files/autofoo.patch new file mode 100644 index 0000000000..f3949386d6 --- /dev/null +++ b/meta/packages/fakeroot/files/autofoo.patch | |||
@@ -0,0 +1,13 @@ | |||
1 | Index: fakeroot-1.7.1/configure.ac | ||
2 | =================================================================== | ||
3 | --- fakeroot-1.7.1.orig/configure.ac 2007-04-13 16:57:48.000000000 +0000 | ||
4 | +++ fakeroot-1.7.1/configure.ac 2007-08-21 14:19:59.000000000 +0000 | ||
5 | @@ -7,8 +7,6 @@ | ||
6 | AC_CONFIG_HEADERS([config.h]) | ||
7 | AC_PROG_MAKE_SET | ||
8 | AM_PROG_LIBTOOL | ||
9 | -LT_INIT | ||
10 | -LT_LANG(C) | ||
11 | |||
12 | AC_ARG_WITH([ipc], | ||
13 | AS_HELP_STRING([--with-ipc@<:@=IPCTYPE@:>@], | ||