summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/lzo/lzo-2.04/autoconf.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/lzo/lzo-2.04/autoconf.patch')
-rw-r--r--meta/recipes-support/lzo/lzo-2.04/autoconf.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/recipes-support/lzo/lzo-2.04/autoconf.patch b/meta/recipes-support/lzo/lzo-2.04/autoconf.patch
new file mode 100644
index 0000000000..c342387107
--- /dev/null
+++ b/meta/recipes-support/lzo/lzo-2.04/autoconf.patch
@@ -0,0 +1,19 @@
1Date: 12/31/2010
2Didn't find 2.67 specific features, so lower the requirement
3to pass build
4
5Signed-off-by: Qing He <qing.he@intel.com>
6---
7diff --git a/configure.ac b/configure.ac
8index 650749a..2a78845 100644
9--- a/configure.ac
10+++ b/configure.ac
11@@ -36,7 +36,7 @@ All Rights Reserved.
12 This configure script may be copied, distributed and modified under the
13 terms of the GNU General Public License; see COPYING for more details.])
14
15-AC_PREREQ(2.67)
16+AC_PREREQ(2.65)
17 AC_INIT([LZO],[2.04],[markus@oberhumer.com],[lzo],[http://www.oberhumer.com/opensource/lzo/])
18 AC_MSG_NOTICE([Configuring LZO $PACKAGE_VERSION])
19 AC_CONFIG_SRCDIR(src/lzo_init.c)