libcln: using integrated as fix (#2472)

This commit is contained in:
its-pointless 2018-05-30 09:06:26 +10:00 committed by Fredrik Fornwall
parent a94a538588
commit 4c0c57f925

View File

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