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 / vtun / vtun.mk
1 ################################################################################
2 #
3 # vtun
4 #
5 ################################################################################
6
7 VTUN_VERSION = 3.0.3
8 VTUN_SITE = http://downloads.sourceforge.net/project/vtun/vtun/$(VTUN_VERSION)
9 VTUN_DEPENDENCIES = host-bison host-flex zlib lzo openssl
10 VTUN_AUTORECONF = YES
11
12 VTUN_CONF_OPTS = \
13         --with-ssl-headers=$(STAGING_DIR)/usr/include/openssl \
14         --with-lzo-headers=$(STAGING_DIR)/usr/include/lzo \
15         --with-lzo-lib=$(STAGING_DIR)/usr/lib
16
17 $(eval $(autotools-package))