diff options
Diffstat (limited to 'meta-oe/recipes-extended/liblockfile/liblockfile-1.06/configure.patch')
-rw-r--r-- | meta-oe/recipes-extended/liblockfile/liblockfile-1.06/configure.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/liblockfile/liblockfile-1.06/configure.patch b/meta-oe/recipes-extended/liblockfile/liblockfile-1.06/configure.patch new file mode 100644 index 000000000..ea13e11d2 --- /dev/null +++ b/meta-oe/recipes-extended/liblockfile/liblockfile-1.06/configure.patch | |||
@@ -0,0 +1,25 @@ | |||
1 | |||
2 | # | ||
3 | # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher | ||
4 | # | ||
5 | |||
6 | --- liblockfile-1.05/./configure.in~configure | ||
7 | +++ liblockfile-1.05/./configure.in | ||
8 | @@ -1,4 +1,5 @@ | ||
9 | -AC_INIT(lockfile.c) | ||
10 | +AC_INIT | ||
11 | +AC_CONFIG_SRCDIR([lockfile.c]) | ||
12 | AC_CONFIG_HEADER(autoconf.h) | ||
13 | AC_REVISION($Revision: 1.0 $)dnl | ||
14 | |||
15 | @@ -111,7 +112,8 @@ | ||
16 | AC_SUBST(INSTALL_TARGETS) | ||
17 | AC_SUBST(nfslockdir) | ||
18 | |||
19 | -AC_OUTPUT(\ | ||
20 | +AC_CONFIG_FILES([\ | ||
21 | ./Makefile \ | ||
22 | ./maillock.h \ | ||
23 | -) | ||
24 | +]) | ||
25 | +AC_OUTPUT | ||