par2: proper fix for i686

This commit is contained in:
Leonid Pliushch 2020-02-17 13:38:30 +02:00
parent f426dbe994
commit b3337d40e5

View File

@ -11,7 +11,7 @@ TERMUX_PKG_BUILD_IN_SRC=true
termux_step_pre_configure() {
if [ $TERMUX_ARCH = "i686" ]; then
# Avoid undefined reference to __atomic_* functions:
LDFLAGS+=" -latomic"
export LIBS=" -latomic"
fi
aclocal
automake --add-missing