package/libnl: enable host package variant

host-libnl is needed for host-nfs-utils.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Reviewed-by: Petr Vorel <petr.vorel@gmail.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Giulio Benetti
2026-04-08 21:33:58 +02:00
committed by Julien Olivain
parent a37d904419
commit 367f1c2ea2

View File

@@ -13,6 +13,8 @@ LIBNL_CPE_ID_VALID = YES
LIBNL_INSTALL_STAGING = YES
LIBNL_DEPENDENCIES = host-bison host-flex host-pkgconf
HOST_LIBNL_DEPENDENCIES = host-bison host-flex host-pkgconf
ifeq ($(BR2_PACKAGE_LIBNL_TOOLS),y)
LIBNL_CONF_OPTS += --enable-cli
else
@@ -27,3 +29,4 @@ LIBNL_CONF_OPTS += --disable-unit-tests
endif
$(eval $(autotools-package))
$(eval $(host-autotools-package))