summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 073fa4d076c5..3a41c0b87f92 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tboot
pkgdesc = A pre-kernel/VMM module that uses Intel(R) TXT to perform a measured and verified launch of an OS kernel/VMM.
- pkgver = r508+.521c58e51eb5+
- pkgrel = 2
+ pkgver = r510+.59086d17f60d+
+ pkgrel = 1
url = http://sourceforge.net/projects/tboot/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 74a886ddb082..00a451ebe441 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgbase=tboot
pkgname=tboot-hg
-pkgver=r508+.521c58e51eb5+
-pkgrel=2
+pkgver=r510+.59086d17f60d+
+pkgrel=1
pkgdesc="A pre-kernel/VMM module that uses Intel(R) TXT to perform a measured and verified launch of an OS kernel/VMM."
arch=(i686 x86_64)
url="http://sourceforge.net/projects/tboot/"
@@ -36,7 +36,8 @@ build() {
cd "code"
# unset LDFLAGS
- make debug=y
+
+ CFLAGS+="-Wno-error=stack-protector --warn-stack-protector" make debug=y
}
package() {