Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(main/libidn2): disable symver aliases (termux#18758)
Building libidn2 currently fails at link: ``` make[3]: Entering directory '/home/builder/.termux-build/libidn2/build/lib' // snip CC context.lo CCLD libidn2.la ld.lld: error: .libs/puny_encode.o: symbol _idn2_punycode_encode@IDN2_0.0.0 has undefined version IDN2_0.0.0 ld.lld: error: .libs/puny_decode.o: symbol _idn2_punycode_decode@IDN2_0.0.0 has undefined version IDN2_0.0.0 clang-17: error: linker command failed with exit code 1 (use -v to see invocation) make[3]: *** [Makefile:1609: libidn2.la] Error 1 ``` This fix is recommended here [0]. I couldn't figure out a cleaner way to do this. It would have been a more stable patch against `config.ac`, but `configure` is included in the source tarball and this seemed like the lesser evil. [0] https://www.mail-archive.com/help-libidn@gnu.org/msg01356.html [skip ci]
- Loading branch information