mariadb: Fix i686 build with libatomic

This commit is contained in:
Fredrik Fornwall 2017-07-02 21:41:14 +02:00
parent 44c69b57b3
commit 2328596576
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ termux_step_pre_configure () {
if [ $TERMUX_ARCH = "i686" ]; then
# Avoid undefined reference to __atomic_load_8:
LDFLAGS+=" -latomic"
CFLAGS+=" -latomic"
fi
}