aboutsummaryrefslogtreecommitdiffstats
path: root/main/open-vm-tools/0007-Fix-vmblock-linux-detection.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-01-02 15:32:02 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-01-02 15:32:49 +0000
commitf6a385f8b07c6b6c16fc026dffa0b29d097b785d (patch)
treec75c172975f5a36407386c4e6575f5d15792e4a6 /main/open-vm-tools/0007-Fix-vmblock-linux-detection.patch
parentfdccff09e3ed4ded732b2d22d5d571642ad268bc (diff)
downloadaports-f6a385f8b07c6b6c16fc026dffa0b29d097b785d.tar.bz2
aports-f6a385f8b07c6b6c16fc026dffa0b29d097b785d.tar.xz
main/open-vm-tools: upgrade to 10.1.0 and enable -dbg
Diffstat (limited to 'main/open-vm-tools/0007-Fix-vmblock-linux-detection.patch')
-rw-r--r--main/open-vm-tools/0007-Fix-vmblock-linux-detection.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/main/open-vm-tools/0007-Fix-vmblock-linux-detection.patch b/main/open-vm-tools/0007-Fix-vmblock-linux-detection.patch
deleted file mode 100644
index 35edc6f8dc..0000000000
--- a/main/open-vm-tools/0007-Fix-vmblock-linux-detection.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 4c4cc27681860746249218d5ee12e5acd21985ca Mon Sep 17 00:00:00 2001
-From: Natanael Copa <ncopa@alpinelinux.org>
-Date: Wed, 18 Nov 2015 10:37:14 +0000
-Subject: [PATCH 07/11] Fix vmblock linux detection
-
-This is needed for musl libc.
-
-Signed-off-by: Natanael Copa <ncopa@alpinelinux.org>
----
- open-vm-tools/lib/include/vmblock.h | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/open-vm-tools/lib/include/vmblock.h b/open-vm-tools/lib/include/vmblock.h
-index 8dbb0ce..541fd46 100644
---- a/open-vm-tools/lib/include/vmblock.h
-+++ b/open-vm-tools/lib/include/vmblock.h
-@@ -145,7 +145,7 @@
- # define VMBLOCK_DEVICE_MODE VMBLOCK_FUSE_DEVICE_MODE
- # define VMBLOCK_MOUNT_POINT VMBLOCK_FUSE_MOUNT_POINT
-
--#elif defined(linux)
-+#elif defined(__linux__)
- # define VMBLOCK_ADD_FILEBLOCK 98
- # define VMBLOCK_DEL_FILEBLOCK 99
- # ifdef VMX86_DEVEL
---
-2.6.3
-