lzo: fix host-lzo build failure when config cache is filled
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 12 Aug 2010 19:03:28 +0000 (21:03 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 24 Aug 2010 07:30:40 +0000 (09:30 +0200)
commit7fe50869fb98d045cca7a21ebb695f17aa2afd1a
tree1cd87d7afe7de390a6535ab8121b14cd3425e251
parent0ec4298153bd93f8d7efbd1890896fbac5046a7b
lzo: fix host-lzo build failure when config cache is filled

When the configuration cache has been filled with a value for
ac_cv_host, host-lzo fails to detect the target system name. This is
due to misbehaving code in the ./configure script. Therefore, we need
to autoreconf the package, which in turn requires :

 * a little fix to the configure.ac file
 * a little fix to src/Makefile.am
 * an extraction of important parts of aclocal.m4 into acinclude.m4

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/lzo/lzo-2.03-acinclude-m4.patch [new file with mode: 0644]
package/lzo/lzo-2.03-fix-configure-ac.patch [new file with mode: 0644]
package/lzo/lzo-2.03-fix-makefile-am.patch [new file with mode: 0644]
package/lzo/lzo.mk