mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-30 23:53:32 +01:00
2a349006b9
The current pkg-config setup has no sense of whether it is cross-compiling, so it will detect things on the build system that are not present or are wrong for the host system. This forces the cross-compiling build to only look for pkg-config .pc files in --prefix. A version of this has been the setup for many years with the Android builds. Fixes #32191 Signed-off-by: Hans-Christoph Steiner <hans@eds.org>
4 lines
128 B
Plaintext
4 lines
128 B
Plaintext
o Minor features (build system):
|
|
- force pkg-config to only use --prefix when cross-compiling.
|
|
Closes ticket 32191.
|