01012167df
According to the LZO website: "LZO 2.08 has been released: small update that corrects some reported build problems.". And indeed it fixes the failed compiler conformance tests that have been observed on the autobuilders. Fixes: http://autobuild.buildroot.org/results/1e8/1e8e826c4463c9dd3aa5ddb95f08b9564d10a75d/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
18 lines
530 B
Makefile
18 lines
530 B
Makefile
################################################################################
|
|
#
|
|
# lzo
|
|
#
|
|
################################################################################
|
|
|
|
LZO_VERSION = 2.08
|
|
LZO_SITE = http://www.oberhumer.com/opensource/lzo/download
|
|
LZO_LICENSE = GPLv2+
|
|
LZO_LICENSE_FILES = COPYING
|
|
LZO_INSTALL_STAGING = YES
|
|
# Our libtool patch does not apply to bundled ltmain.sh since it's too new.
|
|
# Run autoreconf to regenerate ltmain.sh.
|
|
LZO_AUTORECONF = YES
|
|
|
|
$(eval $(autotools-package))
|
|
$(eval $(host-autotools-package))
|