summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/lzo/lzo-2.06/autoconf.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/lzo/lzo-2.06/autoconf.patch')
-rw-r--r--meta/recipes-support/lzo/lzo-2.06/autoconf.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/meta/recipes-support/lzo/lzo-2.06/autoconf.patch b/meta/recipes-support/lzo/lzo-2.06/autoconf.patch
new file mode 100644
index 0000000000..63c1d2d9d0
--- /dev/null
+++ b/meta/recipes-support/lzo/lzo-2.06/autoconf.patch
@@ -0,0 +1,28 @@
+Date: 12/31/2010
+Didn't find 2.67 specific features, so lower the requirement
+to pass build
+
+Upstream-Status: Inappropriate [workaround]
+
+Signed-off-by: Qing He <qing.he@intel.com>
+
+
+
+Wed Nov 30 14:42:01 CST 2011
+Rebase to lzo-2.06.
+Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
+
+---
+diff --git a/configure.ac b/configure.ac
+index 650749a..2a78845 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -36,7 +36,7 @@ All Rights Reserved.
+ This configure script may be copied, distributed and modified under the
+ terms of the GNU General Public License; see COPYING for more details.])
+
+-AC_PREREQ(2.67)
++AC_PREREQ(2.65)
+ AC_INIT([LZO],[2.06],[markus@oberhumer.com],[lzo],[http://www.oberhumer.com/opensource/lzo/])
+ AC_MSG_NOTICE([Configuring LZO $PACKAGE_VERSION])
+ AC_CONFIG_SRCDIR(src/lzo_init.c)