[Lunar-commits] <moonbase> open-vm-tools: fixed build error with linux-3.4

Zbigniew Luszpinski zbiggy at lunar-linux.org
Thu May 24 21:37:21 CEST 2012


commit d8e475ddc414217e5d234ccdf093342278f5425f
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date:   Thu May 24 21:37:21 2012 +0200

    open-vm-tools: fixed build error with linux-3.4
---
 virtual/open-vm-tools/BUILD   |    3 ++-
 virtual/open-vm-tools/DETAILS |    5 ++++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/virtual/open-vm-tools/BUILD b/virtual/open-vm-tools/BUILD
index 97cd215..5361848 100644
--- a/virtual/open-vm-tools/BUILD
+++ b/virtual/open-vm-tools/BUILD
@@ -1,6 +1,7 @@
 (
 
-  ./configure --prefix=/usr --disable-static --disable-unity &&
+  patch_it $SOURCE2 1 &&
+  ./configure --prefix=/usr --disable-static &&
   make &&
   cd modules &&
   make
diff --git a/virtual/open-vm-tools/DETAILS b/virtual/open-vm-tools/DETAILS
index 18940fc..d7554d4 100644
--- a/virtual/open-vm-tools/DETAILS
+++ b/virtual/open-vm-tools/DETAILS
@@ -1,11 +1,14 @@
              MODULE=open-vm-tools
             VERSION=2012.03.13-651368
              SOURCE=$MODULE-$VERSION.tar.gz
+            SOURCE2=$MODULE-$VERSION-linux-3.4.patch.bz2
          SOURCE_URL=$SFORGE_URL/$MODULE
+        SOURCE2_URL=$PATCH_URL
          SOURCE_VFY=sha1:190f843d63585c128f2a9f3d3a912ac6cd6df462
+        SOURCE2_VFY=sha1:90ccf4babbdd4c8e93427f4eb90e9c14288cbc60
            WEB_SITE=http://open-vm-tools.sourceforge.net
             ENTERED=20101031
-            UPDATED=20120315
+            UPDATED=20120522
               SHORT="Open Virtual Machine Tools"
 
 cat << EOF


More information about the Lunar-commits mailing list