mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/fio to 3.6-2
This commit is contained in:
parent
6d69ca5eb4
commit
72c4d09c47
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue