summaryrefslogtreecommitdiff
path: root/community/open-vm-tools-modules/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/open-vm-tools-modules/PKGBUILD')
-rw-r--r--community/open-vm-tools-modules/PKGBUILD15
1 files changed, 9 insertions, 6 deletions
diff --git a/community/open-vm-tools-modules/PKGBUILD b/community/open-vm-tools-modules/PKGBUILD
index 71524b1e1..09c8dee1f 100644
--- a/community/open-vm-tools-modules/PKGBUILD
+++ b/community/open-vm-tools-modules/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 60455 2011-12-14 15:02:01Z spupykin $
+# $Id: PKGBUILD 61571 2012-01-03 12:07:32Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Krzysztof Raczkowski <raczkow@gmail.com>
pkgname=open-vm-tools-modules
-pkgver=2011.11.20
-_pkgsubver=535097
-pkgrel=2
+pkgver=2011.12.20
+_pkgsubver=562307
+pkgrel=1
pkgdesc="kernel modules for the open source implementation of VMware Tools"
arch=('i686' 'x86_64')
url="http://open-vm-tools.sourceforge.net/"
@@ -16,7 +16,7 @@ install=$pkgname.install
options=('!strip')
source=("http://downloads.sourceforge.net/open-vm-tools/open-vm-tools-$pkgver-${_pkgsubver}.tar.gz"
"modprobe.conf")
-md5sums=('428d803f6fe3424af88768fc2f88f9ae'
+md5sums=('529c15cb6cfa2972a96664c504dee560'
'ac9b8e3cb798f5056ca92767ec705117')
build() {
@@ -26,7 +26,10 @@ build() {
cd "$srcdir/open-vm-tools-${pkgver}-${_pkgsubver}"
[ $NOEXTRACT -eq 1 ] || ./configure --prefix=/usr \
--without-x --with-kernel-release=$KERNEL_RELEASE
- (cd modules && make modules)
+
+ cd modules
+ echo '#define COMPAT_LINUX_VERSION_CHECK_LT(a, b, c) 1' >>linux/shared/compat_version.h
+ make modules
}
package() {