sysbench: fix no_atomic8 build.

This commit is contained in:
Érico Nogueira 2021-04-15 23:27:44 -03:00
parent c8ad668ea4
commit 69372215e3

View file

@ -24,4 +24,7 @@ fi
pre_configure() {
autoreconf -fi
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
export LIBS="-latomic"
fi
}