Browse Source

par2: proper fix for i686

build-on-device
Leonid Plyushch 5 years ago
parent
commit
b25921cb2c
No known key found for this signature in database GPG Key ID: 45F2964132545795
  1. 2
      packages/par2/build.sh

2
packages/par2/build.sh

@ -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

Loading…
Cancel
Save