diff options
| author | Henrik Riomar <henrik.riomar@gmail.com> | 2018-11-22 13:25:10 +0100 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-11-23 14:41:42 +0000 |
| commit | 6413d57449d77bb2f9af64f3da33b28630b501d8 (patch) | |
| tree | ad92e65ec357063fa84baaf0de150304d65a8a80 /main/open-vm-tools/0007-Use-configure-test-for-sys-stat.h-include.patch | |
| parent | 2c086abc7fcf9222a81b640aed6ae91f1be5afbc (diff) | |
| download | aports-6413d57449d77bb2f9af64f3da33b28630b501d8.tar.bz2 aports-6413d57449d77bb2f9af64f3da33b28630b501d8.tar.xz | |
main/open-vm-tools: upgrade 10.3.5
Rebased the patches and skiped the ones that was fixed by upstream
Added check()
Diffstat (limited to 'main/open-vm-tools/0007-Use-configure-test-for-sys-stat.h-include.patch')
| -rw-r--r-- | main/open-vm-tools/0007-Use-configure-test-for-sys-stat.h-include.patch | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/main/open-vm-tools/0007-Use-configure-test-for-sys-stat.h-include.patch b/main/open-vm-tools/0007-Use-configure-test-for-sys-stat.h-include.patch new file mode 100644 index 0000000000..273cb510c4 --- /dev/null +++ b/main/open-vm-tools/0007-Use-configure-test-for-sys-stat.h-include.patch @@ -0,0 +1,28 @@ +From 114dede05e89a810021edc0ef75c0abb3310ad8f Mon Sep 17 00:00:00 2001 +From: Natanael Copa <ncopa@alpinelinux.org> +Date: Wed, 18 Nov 2015 10:41:01 +0000 +Subject: [PATCH 07/12] Use configure test for sys/stat.h include + +This is needed for musl libc. + +Signed-off-by: Natanael Copa <ncopa@alpinelinux.org> +--- + open-vm-tools/services/plugins/vix/vixTools.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/open-vm-tools/services/plugins/vix/vixTools.c b/open-vm-tools/services/plugins/vix/vixTools.c +index e5273786..cabc4137 100644 +--- a/open-vm-tools/services/plugins/vix/vixTools.c ++++ b/open-vm-tools/services/plugins/vix/vixTools.c +@@ -66,7 +66,7 @@ + #include <unistd.h> + #endif + +-#if defined(sun) || defined(__FreeBSD__) || defined(__APPLE__) ++#ifdef HAVE_SYS_STAT_H + #include <sys/stat.h> + #endif + +-- +2.19.1 + |
