community/fio to 3.6-2

This commit is contained in:
Kevin Mihelich 2018-05-29 18:11:49 +00:00
parent 6d69ca5eb4
commit 72c4d09c47

View file

@ -8,7 +8,7 @@
pkgname=fio
pkgver=3.6
pkgrel=1
pkgrel=2
pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
arch=(x86_64)
url='https://github.com/axboe/fio'
@ -31,7 +31,7 @@ prepare() {
build() {
cd fio-fio-$pkgver
./configure --enable-gfio --extra-cflags="$CFLAGS"
./configure --disable-native --enable-gfio --extra-cflags="$CFLAGS"
make
}