5993e97099229a465ac3acf3bb6e68277a4564f8
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libnl / libnl.mk
1 ################################################################################
2 #
3 # libnl
4 #
5 ################################################################################
6
7 LIBNL_VERSION = 3.2.26
8 LIBNL_SITE = https://github.com/thom311/libnl/releases/download/libnl$(subst .,_,$(LIBNL_VERSION))
9 LIBNL_LICENSE = LGPLv2.1+
10 LIBNL_LICENSE_FILES = COPYING
11 LIBNL_INSTALL_STAGING = YES
12 LIBNL_DEPENDENCIES = host-bison host-flex
13
14 ifeq ($(BR2_PACKAGE_LIBNL_TOOLS),y)
15 LIBNL_CONF_OPTS += --enable-cli
16 else
17 LIBNL_CONF_OPTS += --disable-cli
18 endif
19
20 $(eval $(autotools-package))