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 / libnftnl / libnftnl.mk
1 ################################################################################
2 #
3 # libnftnl
4 #
5 ################################################################################
6
7 LIBNFTNL_VERSION = 1.0.3
8 LIBNFTNL_SITE = http://netfilter.org/projects/libnftnl/files
9 LIBNFTNL_SOURCE = libnftnl-$(LIBNFTNL_VERSION).tar.bz2
10 LIBNFTNL_LICENSE = GPLv2+
11 LIBNFTNL_LICENSE_FILES = COPYING
12 LIBNFTNL_INSTALL_STAGING = YES
13 LIBNFTNL_DEPENDENCIES = host-pkgconf libmnl
14
15 ifeq ($(BR2_PACKAGE_LIBNFTNL_JSON),y)
16 LIBNFTNL_CONF_OPTS += --with-json-parsing
17 LIBNFTNL_DEPENDENCIES += jansson
18 else
19 LIBNFTNL_CONF_OPTS += --without-json-parsing
20 endif
21
22 ifeq ($(BR2_PACKAGE_LIBNFTNL_XML),y)
23 LIBNFTNL_CONF_OPTS += --with-xml-parsing
24 LIBNFTNL_DEPENDENCIES += mxml
25 else
26 LIBNFTNL_CONF_OPTS += --without-xml-parsing
27 endif
28
29 $(eval $(autotools-package))