Browse Source

libcln: using integrated as fix (#2472)

android-5
its-pointless 7 years ago
committed by Fredrik Fornwall
parent
commit
b35dc13914
  1. 1
      packages/libcln/build.sh

1
packages/libcln/build.sh

@ -14,6 +14,7 @@ termux_step_pre_configure() {
# "(*) On these platforms, problems with the assembler routines have been
# reported. It may be best to add "-DNO_ASM" to CPPFLAGS before configuring."
CPPFLAGS+=" -DNO_ASM"
CXXFLAGS+=" -fintegrated-as"
fi
sed -i -e 's%tests/Makefile %%' configure.ac

Loading…
Cancel
Save