aboutsummaryrefslogtreecommitdiff
path: root/utils/open-vm-tools/patches
diff options
context:
space:
mode:
authorYuhei OKAWA <tochiro.srchack@gmail.com>2021-06-23 11:25:46 +0900
committerYuhei OKAWA <tochiro.srchack@gmail.com>2021-06-23 23:09:57 +0900
commit448db7a50713fce0c6b34349175b93f48b264e1e (patch)
tree4bec649a28d63479a04b1824d3d4c6ad9ada7d66 /utils/open-vm-tools/patches
parent238046303d3408c622a2c2c2fc25fbc26cdd20e4 (diff)
open-vm-tools: update to 11.3.0
Refreshed patches. Signed-off-by: Yuhei OKAWA <tochiro.srchack@gmail.com>
Diffstat (limited to 'utils/open-vm-tools/patches')
-rw-r--r--utils/open-vm-tools/patches/0003-Use-configure-test-for-struct-timespec.patch2
-rw-r--r--utils/open-vm-tools/patches/0005-Use-configure-to-test-for-feature-instead-of-platfor.patch4
-rw-r--r--utils/open-vm-tools/patches/020-no-werror.patch2
3 files changed, 4 insertions, 4 deletions
diff --git a/utils/open-vm-tools/patches/0003-Use-configure-test-for-struct-timespec.patch b/utils/open-vm-tools/patches/0003-Use-configure-test-for-struct-timespec.patch
index ef742dcf4..fd729c75e 100644
--- a/utils/open-vm-tools/patches/0003-Use-configure-test-for-struct-timespec.patch
+++ b/utils/open-vm-tools/patches/0003-Use-configure-test-for-struct-timespec.patch
@@ -1,6 +1,6 @@
--- a/configure.ac
+++ b/configure.ac
-@@ -1195,6 +1195,7 @@ AC_TYPE_OFF_T
+@@ -1212,6 +1212,7 @@ AC_TYPE_OFF_T
AC_TYPE_PID_T
AC_TYPE_SIZE_T
AC_CHECK_MEMBERS([struct stat.st_rdev])
diff --git a/utils/open-vm-tools/patches/0005-Use-configure-to-test-for-feature-instead-of-platfor.patch b/utils/open-vm-tools/patches/0005-Use-configure-to-test-for-feature-instead-of-platfor.patch
index bec5d34bc..54c1cdc54 100644
--- a/utils/open-vm-tools/patches/0005-Use-configure-to-test-for-feature-instead-of-platfor.patch
+++ b/utils/open-vm-tools/patches/0005-Use-configure-to-test-for-feature-instead-of-platfor.patch
@@ -1,6 +1,6 @@
--- a/configure.ac
+++ b/configure.ac
-@@ -923,6 +923,7 @@ AC_CHECK_FUNCS(
+@@ -940,6 +940,7 @@ AC_CHECK_FUNCS(
AC_CHECK_FUNCS([ecvt])
AC_CHECK_FUNCS([fcvt])
@@ -8,7 +8,7 @@
AC_CHECK_FUNC([mkdtemp], [have_mkdtemp=yes])
-@@ -1132,10 +1133,13 @@ fi
+@@ -1149,10 +1150,13 @@ fi
###
AC_CHECK_HEADERS([crypt.h])
diff --git a/utils/open-vm-tools/patches/020-no-werror.patch b/utils/open-vm-tools/patches/020-no-werror.patch
index be3fbbde0..8718373ac 100644
--- a/utils/open-vm-tools/patches/020-no-werror.patch
+++ b/utils/open-vm-tools/patches/020-no-werror.patch
@@ -1,6 +1,6 @@
--- a/configure.ac
+++ b/configure.ac
-@@ -1210,7 +1210,6 @@ AC_C_VOLATILE
+@@ -1227,7 +1227,6 @@ AC_C_VOLATILE
### General flags / actions
CFLAGS="$CFLAGS -Wall"