The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / lzo / lzo.mk
1 ################################################################################
2 #
3 # lzo
4 #
5 ################################################################################
6
7 LZO_VERSION = 2.08
8 LZO_SITE = http://www.oberhumer.com/opensource/lzo/download
9 LZO_LICENSE = GPLv2+
10 LZO_LICENSE_FILES = COPYING
11 LZO_INSTALL_STAGING = YES
12 # Ships a beta libtool version hence our patch doesn't apply.
13 # Run autoreconf to regenerate ltmain.sh.
14 LZO_AUTORECONF = YES
15
16 $(eval $(autotools-package))
17 $(eval $(host-autotools-package))