2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2009-07-26 21:08:51 +02:00
|
|
|
#
|
|
|
|
# libnl
|
|
|
|
#
|
2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2009-07-26 21:08:51 +02:00
|
|
|
|
2015-10-23 12:15:54 +02:00
|
|
|
LIBNL_VERSION = 3.2.27
|
2015-04-14 13:07:48 +02:00
|
|
|
LIBNL_SITE = https://github.com/thom311/libnl/releases/download/libnl$(subst .,_,$(LIBNL_VERSION))
|
2012-09-07 06:48:48 +02:00
|
|
|
LIBNL_LICENSE = LGPLv2.1+
|
|
|
|
LIBNL_LICENSE_FILES = COPYING
|
2009-07-26 21:08:51 +02:00
|
|
|
LIBNL_INSTALL_STAGING = YES
|
2013-03-24 06:42:41 +01:00
|
|
|
LIBNL_DEPENDENCIES = host-bison host-flex
|
2009-07-26 21:08:51 +02:00
|
|
|
|
2013-11-02 11:26:25 +01:00
|
|
|
ifeq ($(BR2_PACKAGE_LIBNL_TOOLS),y)
|
2014-09-27 21:32:44 +02:00
|
|
|
LIBNL_CONF_OPTS += --enable-cli
|
2013-11-02 11:26:25 +01:00
|
|
|
else
|
2014-09-27 21:32:44 +02:00
|
|
|
LIBNL_CONF_OPTS += --disable-cli
|
2012-05-14 04:29:58 +02:00
|
|
|
endif
|
|
|
|
|
2012-07-03 00:07:32 +02:00
|
|
|
$(eval $(autotools-package))
|