mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
c5817a0daf
Some gcc versions do explode if the order of the linker flags are not correct. One issue was statically building OpenSSL which would require that "-lssl -lcrypto" be put _before_ the "-lpthread -ldl" flags. I have not such problem with GCC 10 but does with GCC 9. Closes #33624 Signed-off-by: David Goulet <dgoulet@torproject.org>
6 lines
228 B
Plaintext
6 lines
228 B
Plaintext
o Minor bugfixes (configure, static build):
|
|
- Change our search library configure macro linker flag order so it works
|
|
for certain compilers that need the right order. Fixes bug 33624; bugfix
|
|
on 0.1.1.0-alpha.
|
|
|