Date: Tuesday, May 29, 2018 @ 16:49:50 Author: anatolik Revision: 333181
upgpkg: fio 3.6-2 FS#58762 disable -march=native during build Modified: fio/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-29 14:48:00 UTC (rev 333180) +++ PKGBUILD 2018-05-29 16:49:50 UTC (rev 333181) @@ -5,7 +5,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' @@ -28,7 +28,7 @@ build() { cd fio-fio-$pkgver - ./configure --enable-gfio --extra-cflags="$CFLAGS" + ./configure --disable-native --enable-gfio --extra-cflags="$CFLAGS" make }
