sysbench: fix no_atomic8 build.
This commit is contained in:
parent
c8ad668ea4
commit
69372215e3
1 changed files with 3 additions and 0 deletions
|
@ -24,4 +24,7 @@ fi
|
|||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||
export LIBS="-latomic"
|
||||
fi
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue