aboutsummaryrefslogtreecommitdiffstats
path: root/main/open-vm-tools/linux-is-not-gnu.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-07-24 09:46:29 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-07-24 13:59:52 +0000
commit06f984daee0981ccfce8ae0a8b8b663a1c6667f1 (patch)
tree645e47ae4aa142c8c3d25954c4b3982dbfd639b7 /main/open-vm-tools/linux-is-not-gnu.patch
parentc9f2cd8c8ebf69fd3447aa4ecff56f2c04799ced (diff)
downloadaports-06f984daee0981ccfce8ae0a8b8b663a1c6667f1.tar.bz2
aports-06f984daee0981ccfce8ae0a8b8b663a1c6667f1.tar.xz
main/open-vm-tools: upgrade to 9.4.6 and fix build with musl
Diffstat (limited to 'main/open-vm-tools/linux-is-not-gnu.patch')
-rw-r--r--main/open-vm-tools/linux-is-not-gnu.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/main/open-vm-tools/linux-is-not-gnu.patch b/main/open-vm-tools/linux-is-not-gnu.patch
new file mode 100644
index 0000000000..3045d536dc
--- /dev/null
+++ b/main/open-vm-tools/linux-is-not-gnu.patch
@@ -0,0 +1,11 @@
+--- open-vm-tools-9.4.6-1770165.orig/lib/include/vm_basic_defs.h
++++ open-vm-tools-9.4.6-1770165/lib/include/vm_basic_defs.h
+@@ -550,7 +550,7 @@
+ #endif
+ #endif
+
+-#if defined __linux__ && !defined __KERNEL__ && !defined MODULE && \
++#if defined __GLIBC__ && !defined __KERNEL__ && !defined MODULE && \
+ !defined VMM && !defined FROBOS && !defined __ANDROID__
+ #include <features.h>
+ #if __GLIBC_PREREQ(2, 1) && !defined GLIBC_VERSION_21