mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
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:
committed by
Julien Olivain
parent
a37d904419
commit
367f1c2ea2
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user