mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
Merge pull request #8411 from srchack/open-vm-tools_remove_resolutionkms
open-vm-tools: remove resolutionkms
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=open-vm-tools
|
PKG_NAME:=open-vm-tools
|
||||||
PKG_VERSION:=10.3.5
|
PKG_VERSION:=10.3.5
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-10430147.tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-10430147.tar.gz
|
||||||
PKG_SOURCE_URL:=https://github.com/vmware/open-vm-tools/releases/download/stable-$(PKG_VERSION)
|
PKG_SOURCE_URL:=https://github.com/vmware/open-vm-tools/releases/download/stable-$(PKG_VERSION)
|
||||||
@@ -56,7 +56,8 @@ CONFIGURE_ARGS+= \
|
|||||||
--without-x \
|
--without-x \
|
||||||
--without-gtk2 \
|
--without-gtk2 \
|
||||||
--without-gtk3 \
|
--without-gtk3 \
|
||||||
--without-xerces
|
--without-xerces \
|
||||||
|
--enable-resolutionkms=no
|
||||||
|
|
||||||
|
|
||||||
define Package/open-vm-tools/install
|
define Package/open-vm-tools/install
|
||||||
@@ -92,7 +93,6 @@ define Package/open-vm-tools/install
|
|||||||
$(INSTALL_DIR) $(1)/usr/lib/open-vm-tools/plugins/vmsvc/
|
$(INSTALL_DIR) $(1)/usr/lib/open-vm-tools/plugins/vmsvc/
|
||||||
$(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/lib/open-vm-tools/plugins/vmsvc/libguestInfo.so $(1)/usr/lib/open-vm-tools/plugins/vmsvc/
|
$(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/lib/open-vm-tools/plugins/vmsvc/libguestInfo.so $(1)/usr/lib/open-vm-tools/plugins/vmsvc/
|
||||||
$(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/lib/open-vm-tools/plugins/vmsvc/libpowerOps.so $(1)/usr/lib/open-vm-tools/plugins/vmsvc/
|
$(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/lib/open-vm-tools/plugins/vmsvc/libpowerOps.so $(1)/usr/lib/open-vm-tools/plugins/vmsvc/
|
||||||
$(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/lib/open-vm-tools/plugins/vmsvc/libresolutionKMS.so $(1)/usr/lib/open-vm-tools/plugins/vmsvc/
|
|
||||||
$(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/lib/open-vm-tools/plugins/vmsvc/libtimeSync.so $(1)/usr/lib/open-vm-tools/plugins/vmsvc/
|
$(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/lib/open-vm-tools/plugins/vmsvc/libtimeSync.so $(1)/usr/lib/open-vm-tools/plugins/vmsvc/
|
||||||
$(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/lib/open-vm-tools/plugins/vmsvc/libvmbackup.so $(1)/usr/lib/open-vm-tools/plugins/vmsvc/
|
$(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/lib/open-vm-tools/plugins/vmsvc/libvmbackup.so $(1)/usr/lib/open-vm-tools/plugins/vmsvc/
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,12 @@
|
|||||||
|
--- a/vmhgfs-fuse/fsutil.h
|
||||||
|
+++ b/vmhgfs-fuse/fsutil.h
|
||||||
|
@@ -32,9 +32,7 @@
|
||||||
|
#include "hgfsProto.h"
|
||||||
|
#include <fuse.h>
|
||||||
|
|
||||||
|
-#if defined(__FreeBSD__) || defined(__SOLARIS__) || defined(__APPLE__)
|
||||||
|
typedef long long loff_t;
|
||||||
|
-#endif
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Struct used to pass around attributes.
|
||||||
Reference in New Issue
Block a user