From 461edca2d544fad0a8c2a6687474cfd6697bb431 Mon Sep 17 00:00:00 2001 From: Dongsu Park Date: Wed, 9 Mar 2022 15:47:05 +0100 Subject: [PATCH] app-emulation/open-vm-tools: remove FUSE addition from patches Since open-vm-tools 12.0.0 already supports its native fuse detection mechanism, we do not need to add another check for fuse to configure.ac. --- ...e-Add-options-for-fuse-hgfs-and-udev.patch | 22 ------------------- 1 file changed, 22 deletions(-) diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/open-vm-tools/files/open-vm-tools-0001-configure-Add-options-for-fuse-hgfs-and-udev.patch b/sdk_container/src/third_party/coreos-overlay/app-emulation/open-vm-tools/files/open-vm-tools-0001-configure-Add-options-for-fuse-hgfs-and-udev.patch index 60bd09a383..1501b9ba31 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-emulation/open-vm-tools/files/open-vm-tools-0001-configure-Add-options-for-fuse-hgfs-and-udev.patch +++ b/sdk_container/src/third_party/coreos-overlay/app-emulation/open-vm-tools/files/open-vm-tools-0001-configure-Add-options-for-fuse-hgfs-and-udev.patch @@ -11,28 +11,6 @@ diff --git a/open-vm-tools/configure.ac b/open-vm-tools/configure.ac index ab315b84..33839087 100644 --- a/open-vm-tools/configure.ac +++ b/open-vm-tools/configure.ac -@@ -519,6 +519,13 @@ fi - # - # Check for fuse. - # -+AC_ARG_WITH([fuse], -+ [AS_HELP_STRING([--without-fuse], -+ [compiles without fuse support.])], -+ [], -+ [with_fuse=yes]) -+ -+if test "$with_fuse" = "yes"; then - AC_VMW_CHECK_LIB([fuse], - [FUSE], - [fuse], -@@ -529,6 +536,7 @@ AC_VMW_CHECK_LIB([fuse], - [have_fuse=yes], - [have_fuse=no; - AC_MSG_WARN([Fuse is missing, vmblock-fuse/vmhgfs-fuse will be disabled.])]) -+fi - - # - # Check for PAM. @@ -1425,7 +1433,13 @@ if test "$os" = "solaris"; then fi fi