summaryrefslogtreecommitdiff
path: root/meta/recipes-support/lzo/lzo-2.04/autoconf.patch
diff options
context:
space:
mode:
authorQing He <qing.he@intel.com>2010-12-31 11:07:52 +0800
committerSaul Wold <sgw@linux.intel.com>2011-01-02 01:25:41 -0800
commitd02e19ac91643fe63900d2c48e52d4585fe13432 (patch)
tree77a0442392cdca11e6d23859f1fe7b299d073769 /meta/recipes-support/lzo/lzo-2.04/autoconf.patch
parent5a859fcadc738b16132a4735f2a27a67473c3c9e (diff)
downloadopenembedded-core-d02e19ac91643fe63900d2c48e52d4585fe13432.tar.gz
openembedded-core-d02e19ac91643fe63900d2c48e52d4585fe13432.tar.bz2
openembedded-core-d02e19ac91643fe63900d2c48e52d4585fe13432.tar.xz
openembedded-core-d02e19ac91643fe63900d2c48e52d4585fe13432.zip
lzo: upgrade to version 2.04
from 2.03 lzo: fix LIC_FILES_CHKSUM Signed-off-by: Qing He <qing.he@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
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 000000000..c34238710
--- /dev/null
+++ b/meta/recipes-support/lzo/lzo-2.04/autoconf.patch
@@ -0,0 +1,19 @@
+Date: 12/31/2010
+Didn't find 2.67 specific features, so lower the requirement
+to pass build
+
+Signed-off-by: Qing He <qing.he@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.04],[markus@oberhumer.com],[lzo],[http://www.oberhumer.com/opensource/lzo/])
+ AC_MSG_NOTICE([Configuring LZO $PACKAGE_VERSION])
+ AC_CONFIG_SRCDIR(src/lzo_init.c)