From 72c4d09c474e07a69a4813f3f76d7ceb3bdaa5fa Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Tue, 29 May 2018 18:11:49 +0000 Subject: [PATCH] community/fio to 3.6-2 --- community/fio/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/fio/PKGBUILD b/community/fio/PKGBUILD index dfbdd93e6..9e63daf5a 100644 --- a/community/fio/PKGBUILD +++ b/community/fio/PKGBUILD @@ -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 }