2013-06-05 23:53:30 +00:00
|
|
|
################################################################################
|
2009-07-26 21:08:51 +02:00
|
|
|
#
|
|
|
|
|
# libnl
|
|
|
|
|
#
|
2013-06-05 23:53:30 +00:00
|
|
|
################################################################################
|
2009-07-26 21:08:51 +02:00
|
|
|
|
2015-10-23 07:15:54 -03:00
|
|
|
LIBNL_VERSION = 3.2.27
|
2015-04-14 08:07:48 -03:00
|
|
|
LIBNL_SITE = https://github.com/thom311/libnl/releases/download/libnl$(subst .,_,$(LIBNL_VERSION))
|
2012-09-07 04:48:48 +00:00
|
|
|
LIBNL_LICENSE = LGPLv2.1+
|
|
|
|
|
LIBNL_LICENSE_FILES = COPYING
|
2009-07-26 21:08:51 +02:00
|
|
|
LIBNL_INSTALL_STAGING = YES
|
2013-03-24 05:42:41 +00: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 02:29:58 +00:00
|
|
|
endif
|
|
|
|
|
|
2012-07-03 00:07:32 +02:00
|
|
|
$(eval $(autotools-package))
|