summaryrefslogtreecommitdiff
path: root/community/open-vm-tools-modules
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2012-01-04 21:39:50 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2012-01-04 21:39:50 -0300
commit9e2eedaa4921b8d57c364fb3e2a8c9e2e96b8e69 (patch)
tree1f5ef1cf64d8477147f581592b19c94bcaafd917 /community/open-vm-tools-modules
parent2bd8076ad5b2278e808a796d572bb99a7fccf52a (diff)
parent85828cc2c2c3ef5c0b9b03388b9323d3d163b389 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: core/gcc/PKGBUILD core/glibc/PKGBUILD core/linux-api-headers/PKGBUILD extra/avidemux/PKGBUILD extra/mkvtoolnix/PKGBUILD extra/qimageblitz/PKGBUILD extra/valgrind/PKGBUILD libre/linux-libre/PKGBUILD multilib/binutils-multilib/PKGBUILD multilib/gcc-multilib/PKGBUILD multilib/lib32-glibc/PKGBUILD staging/kdeutils/PKGBUILD
Diffstat (limited to 'community/open-vm-tools-modules')
-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 ee2fe3538..3b7007215 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' 'mips64el')
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() {