From 53b87dfea10ba3da16edb400c11b0f3d31ef6225 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Mon, 7 Sep 2020 22:02:48 +0700 Subject: [PATCH] fio: fix build on platform without native libatomic --- srcpkgs/fio/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/fio/template b/srcpkgs/fio/template index 3393f590da9..c617738cd07 100644 --- a/srcpkgs/fio/template +++ b/srcpkgs/fio/template @@ -22,7 +22,7 @@ esac if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then makedepends+=" libatomic-devel" - broken="https://build.voidlinux.org/builders/armv6l-musl_builder/builds/28631/steps/shell_3/logs/stdio" + export LIBS=-latomic fi do_configure() {