diff options
author | Richard Purdie <richard@openedhand.com> | 2007-08-21 14:29:37 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-08-21 14:29:37 +0000 |
commit | 3d29811af5f6a1401535a5bca3e9dc6179bcdbae (patch) | |
tree | b721857b7fb1e21aa48a4c445c2678d8bf3b9715 /meta/packages/fakeroot | |
parent | 222ff8ebd758f5d1fabd1a17bfbe598f6e14aa22 (diff) | |
download | poky-3d29811af5f6a1401535a5bca3e9dc6179bcdbae.tar.gz |
fakeroot: Add missing patch
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2533 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/fakeroot')
-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@:>@], | ||