From: Florian Eckert Date: Thu, 18 Mar 2021 14:23:40 +0000 (+0100) Subject: open-vm-tools: enable dnet support X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=8aeb93b1e75ff8651cd52ac4ed5f95787187751b;p=openwrt-packages.git open-vm-tools: enable dnet support Enable dnet support to get guestinfo and nicinfo Signed-off-by: Florian Eckert --- diff --git a/utils/open-vm-tools/Makefile b/utils/open-vm-tools/Makefile index 72b1f4dfe..0f4ccc5db 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 \