summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 035fd1588dbd..a0da61280825 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
# Maintainer: M0Rf30
+# Contributor: brikler
pkgname=fwts-git
-pkgver=2325.c519fe0
+pkgver=3056.9ddce1f
pkgrel=1
pkgdesc="The FirmWare Test Suite is a tool to do automatic testing of a PC's firmware"
arch=('i686' 'x86_64')
@@ -14,7 +15,8 @@ source=('fwts::git://kernel.ubuntu.com/hwe/fwts.git')
build() {
cd fwts
autoreconf -ivf
- ./configure --prefix=/usr
+ CPPFLAGS="$CPPFLAGS -O2"
+ CFLAGS=--sysroot= ./configure --prefix=/usr
make
}