summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/lzo/lzo-2.05/autoconf.patch
diff options
context:
space:
mode:
authorQing He <qing.he@intel.com>2011-04-29 16:14:19 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-04 00:54:43 +0100
commitf063ff7a7e5c24e91c21d2c5029a814db28e1792 (patch)
tree2a9bd3268421f200039b451ac403b0855c6d4a20 /meta/recipes-support/lzo/lzo-2.05/autoconf.patch
parentf61514e3d8503011b6f8fe44f12851e16ba4a8ea (diff)
downloadpoky-f063ff7a7e5c24e91c21d2c5029a814db28e1792.tar.gz
lzo: upgrade to version 2.05
from 2.04 (From OE-Core rev: e319f00ec91e800f2ac6bd87bc1a6c78006c83e3) Signed-off-by: Qing He <qing.he@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/lzo/lzo-2.05/autoconf.patch')
-rw-r--r--meta/recipes-support/lzo/lzo-2.05/autoconf.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta/recipes-support/lzo/lzo-2.05/autoconf.patch b/meta/recipes-support/lzo/lzo-2.05/autoconf.patch
new file mode 100644
index 0000000000..dbd2072423
--- /dev/null
+++ b/meta/recipes-support/lzo/lzo-2.05/autoconf.patch
@@ -0,0 +1,21 @@
1Date: 12/31/2010
2Didn't find 2.67 specific features, so lower the requirement
3to pass build
4
5Upstream-Status: Inappropriate [workaround]
6
7Signed-off-by: Qing He <qing.he@intel.com>
8---
9diff --git a/configure.ac b/configure.ac
10index 650749a..2a78845 100644
11--- a/configure.ac
12+++ b/configure.ac
13@@ -36,7 +36,7 @@ All Rights Reserved.
14 This configure script may be copied, distributed and modified under the
15 terms of the GNU General Public License; see COPYING for more details.])
16
17-AC_PREREQ(2.67)
18+AC_PREREQ(2.65)
19 AC_INIT([LZO],[2.05],[markus@oberhumer.com],[lzo],[http://www.oberhumer.com/opensource/lzo/])
20 AC_MSG_NOTICE([Configuring LZO $PACKAGE_VERSION])
21 AC_CONFIG_SRCDIR(src/lzo_init.c)