diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-07-31 00:11:38 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-07-31 00:14:55 +0200 |
| commit | ac717c387aa4bc236ff263ee6086eca0b728d09f (patch) | |
| tree | 2dc32df602ce68df1086e6d345da91de60b69a07 /meta-oe/recipes-extended/liblockfile/liblockfile-1.06/configure.patch | |
| parent | 4339668ff27c839af1a1e4cfa5a2d034afe204f2 (diff) | |
| download | meta-openembedded-ac717c387aa4bc236ff263ee6086eca0b728d09f.tar.gz | |
liblockfile, libungif: import from oe-classic
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
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 0000000000..ea13e11d25 --- /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 | ||
