fio: fix build on platform without native libatomic
This commit is contained in:
parent
da46dd7739
commit
53b87dfea1
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ esac
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||||
makedepends+=" libatomic-devel"
|
makedepends+=" libatomic-devel"
|
||||||
broken="https://build.voidlinux.org/builders/armv6l-musl_builder/builds/28631/steps/shell_3/logs/stdio"
|
export LIBS=-latomic
|
||||||
fi
|
fi
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
|
|
Loading…
Reference in a new issue