summaryrefslogtreecommitdiffstats
path: root/package/libnl/libnl.mk
blob: ea0db2b117e9b35824f4d47111bdb8ba9edd0c2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
################################################################################
#
# libnl
#
################################################################################

LIBNL_VERSION = 3.2.25
LIBNL_SITE = http://www.infradead.org/~tgr/libnl/files
LIBNL_LICENSE = LGPLv2.1+
LIBNL_LICENSE_FILES = COPYING
LIBNL_INSTALL_STAGING = YES
LIBNL_DEPENDENCIES = host-bison host-flex

ifeq ($(BR2_PACKAGE_LIBNL_TOOLS),y)
LIBNL_CONF_OPT += --enable-cli
else
LIBNL_CONF_OPT += --disable-cli
endif

$(eval $(autotools-package))