From 599478906116b63f016ba675fdcf2839a086a559 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 6 Feb 2020 11:02:17 +0100 Subject: [PATCH] fio: disable tests (break on musl due to drand_r missing). --- srcpkgs/fio/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/fio/template b/srcpkgs/fio/template index d679bde2224..c912cd5686f 100644 --- a/srcpkgs/fio/template +++ b/srcpkgs/fio/template @@ -1,9 +1,10 @@ # Template file for 'fio' pkgname=fio version=3.18 -revision=1 +revision=2 wrksrc="${pkgname}-${pkgname}-${version}" build_style=configure +make_build_args="T_TEST_PROGS=" make_install_args="mandir=/usr/share/man" makedepends="zlib-devel libaio-devel" depends="python"