[arch-commits] Commit in open-vm-tools/trunk (PKGBUILD)

Sergej Pupykin spupykin at nymeria.archlinux.org
Fri Mar 15 12:55:57 UTC 2013


    Date: Friday, March 15, 2013 @ 13:55:57
  Author: spupykin
Revision: 86345

upgpkg: open-vm-tools 1:9.2.2-6

upd

Modified:
  open-vm-tools/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-03-15 12:52:46 UTC (rev 86344)
+++ PKGBUILD	2013-03-15 12:55:57 UTC (rev 86345)
@@ -7,7 +7,7 @@
 epoch=1
 pkgver=9.2.2
 _pkgsubver=893683
-pkgrel=5
+pkgrel=6
 pkgdesc="The Open Virtual Machine Tools (open-vm-tools) are the open source implementation of VMware Tools"
 arch=('i686' 'x86_64')
 url="http://open-vm-tools.sourceforge.net/"
@@ -46,7 +46,7 @@
 
 build() {
   cd "$srcdir/$pkgname-${pkgver}-${_pkgsubver}"
-  export CFLAGS=-DGLIB_DISABLE_DEPRECATION_WARNINGS
+  export CFLAGS="-DGLIB_DISABLE_DEPRECATION_WARNINGS ${CFLAGS}"
   [ -f Makefile ] || CUSTOM_PROCPS_NAME="procps" ./configure --prefix=/usr --without-kernel-modules
   make
 }




More information about the arch-commits mailing list