diff --git a/srcpkgs/fio/template b/srcpkgs/fio/template index a0861cd5b0..c76fdcb455 100644 --- a/srcpkgs/fio/template +++ b/srcpkgs/fio/template @@ -1,7 +1,7 @@ # Template file for 'fio' pkgname=fio version=3.12 -revision=1 +revision=2 wrksrc="${pkgname}-${pkgname}-${version}" build_style=configure make_install_args="mandir=/usr/share/man" @@ -19,7 +19,7 @@ case "$XBPS_TARGET_MACHINE" in esac do_configure() { - ./configure --prefix=/usr --extra-cflags="$CFLAGS" + ./configure --prefix=/usr --extra-cflags="$CFLAGS" --disable-native } post_install() {