From 8aeb93b1e75ff8651cd52ac4ed5f95787187751b Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Thu, 18 Mar 2021 15:23:40 +0100 Subject: [PATCH] open-vm-tools: enable dnet support Enable dnet support to get guestinfo and nicinfo Signed-off-by: Florian Eckert --- utils/open-vm-tools/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/open-vm-tools/Makefile b/utils/open-vm-tools/Makefile index 72b1f4dfe4..0f4ccc5dba 100644 --- a/utils/open-vm-tools/Makefile +++ b/utils/open-vm-tools/Makefile @@ -39,7 +39,8 @@ $(call Package/open-vm-tools/Default) +glib2 \ +libpthread \ +libtirpc \ - +libmspack + +libmspack \ + +libdnet TITLE:=open-vm-tools URL:=https://github.com/vmware/open-vm-tools MAINTAINER:=Yuhei OKAWA @@ -74,7 +75,6 @@ CONFIGURE_ARGS+= \ --disable-vgauth \ --without-root-privileges \ --without-kernel-modules \ - --without-dnet \ --with-tirpc \ --without-x \ --without-gtk2 \ -- 2.30.2