summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD7
2 files changed, 11 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c1cc5d87b53..9c51839842d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xe-guest-utilities
pkgdesc = Citrix XenServer Tools
pkgver = 6.2.0
- pkgrel = 2
+ pkgrel = 4
url = http://citrix.com/English/ps2/products/product.asp?contentID=683148&ntref=hp_nav_US
arch = i686
arch = x86_64
@@ -15,12 +15,12 @@ pkgbase = xe-guest-utilities
source = xe-daemon.service
source = proc-xen.mount
source = tmpfile
- md5sums = 98644da204b18b695ede0ba45f4df22d
- md5sums = 9bd39e95384056069f7faa870a28413a
- md5sums = 95064a7d8a32cd3aaca14e3b48c69599
- md5sums = 173fed74c76817702b062ed653002db0
- md5sums = 3252fa21362fd55246f9d8b923070151
- md5sums = cadad1eb5b1fa6d5fe463a1a0fd82fff
+ sha512sums = 6b9b59facf6cce6eff4586423e11e82dcb0666584832a4fe2c545fb39596d96741ecb3a2c8df11a6de57c8d1e2060b2000443c4e889ac8f501d28b186dcd3d5b
+ sha512sums = 05e75229319904a20325850fc35bb66f84811b82efe458dad42fff5d5a31e8cf9d23d9864c8f152d1b6b782cdddf286d2e7ffb05e952e28694b6f27579f04313
+ sha512sums = 1673e9f88675fbe884b29a5a17e8d930ec37e244065becea81ab270becd5b846b23aefb12fe67abaf7b9c4527c0a9d7e5da6aa6750208575686202eff673ec96
+ sha512sums = 746dcaa4ed4784b7c27d2ad98a5f1f2fa2aed02f3df375b6c2bb1551822dee445eecef260081cb567a7b507a57a5b2278430033b545a4cd56e3bdfd53d427d2f
+ sha512sums = 6afdf16e32bb837faf6333334f86855a746f1f46fee9673a4fddc62eecf41f9856bc34397807203c6f5071f0b1ce74532214084042154585c0d39514450db25c
+ sha512sums = 39dfab424375fb05d973883e9ec6b9a58041aeb5d104e9c58e41ef0f358e027702d2e8ae6fc64a9d752b089497584aeaf691d2dfa3dee61fa5738ec5d04eb423
pkgname = xe-guest-utilities
depends = xenstore
diff --git a/PKGBUILD b/PKGBUILD
index 9af51896f3d3..8b45cc58ecec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
# $Id: PKGBUILD 127137 2015-02-04 23:02:34Z bluewind $
-# Maintainer: Daniel Wallace <danielwallace at code gtmanfred com>
+# Maintainer: Felix Golatofski <contact@xdfr.de>
+# Contributor: Daniel Wallace <danielwallace at code gtmanfred com>
# Contributor: Phillip Smith <fukawi2@NO-SPAM.gmail.com>
# Contributor: Krzysztof Raczkowski <raczkow@gnu-tech.pl>
pkgbase=xe-guest-utilities
pkgname=('xe-guest-utilities' 'xenstore')
pkgver=6.2.0
-pkgrel=3
+pkgrel=4
pkgdesc="Citrix XenServer Tools"
arch=('i686' 'x86_64')
url="http://citrix.com/English/ps2/products/product.asp?contentID=683148&ntref=hp_nav_US"
@@ -33,7 +34,7 @@ prepare(){
build() {
export CC=gcc
- CFLAGS='-Wall -Wstrict-prototypes -Wno-unused-local-typedefs -Wno-sizeof-pointer-memaccess -Wno-maybe-uninitialized'
+ CFLAGS='-Wall -Wstrict-prototypes -Wno-unused-local-typedefs -Wno-sizeof-pointer-memaccess -Wno-maybe-uninitialized -Wno-stringop-truncation -Xlinker "--allow-multiple-definition"'
export CFLAGS
export PYTHON=python2
cd "$srcdir/uclibc-sources"