1 ################################################################################
5 ################################################################################
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 host-pkgconf
13 # Patching configure.ac
14 LIBNL_AUTORECONF
= YES
16 ifeq ($(BR2_PACKAGE_LIBNL_TOOLS
),y
)
17 LIBNL_CONF_OPTS
+= --enable-cli
19 LIBNL_CONF_OPTS
+= --disable-cli
22 ifeq ($(BR2_PACKAGE_CHECK
),y
)
23 LIBNL_DEPENDENCIES
+= check
24 LIBNL_CONF_OPTS
+= --enable-unit-tests
26 LIBNL_CONF_OPTS
+= --disable-unit-tests
29 $(eval
$(autotools-package
))