mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
5f9cdee8af
For some reason, autoconf doesn't by default have an "AC_PROG_AR" for
this -- possibly it's assumed that any "ar" you have will work
everyplace.
Fixes bug 3909; found by sid77.
This fixes a build issue first present in fdbdb4dc15
, but the bug
(of not using a correct ar) has been in every Tor version ever: it
just didn't matter until then.
4 lines
148 B
Plaintext
4 lines
148 B
Plaintext
o Build fixes:
|
|
- Search for a platform-specific version of "ar" when cross-compiling.
|
|
Should fix builds on iOS. Found by Marco Bonetti.
|