From 367f1c2ea2084aa3be415537c3c281753d491a5f Mon Sep 17 00:00:00 2001 From: Giulio Benetti Date: Wed, 8 Apr 2026 21:33:58 +0200 Subject: [PATCH] package/libnl: enable host package variant host-libnl is needed for host-nfs-utils. Signed-off-by: Giulio Benetti Reviewed-by: Petr Vorel Signed-off-by: Julien Olivain --- package/libnl/libnl.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package/libnl/libnl.mk b/package/libnl/libnl.mk index a0441b7835..b1254d2ba0 100644 --- a/package/libnl/libnl.mk +++ b/package/libnl/libnl.mk @@ -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))