build tlsclient with oasis linux
tcp80.org·179w
Preview
Report Post

be0ba 2022-07-23

This patch allows you to build my fork of moody’s excellent tlsclient on Oasis Linux, as an integrated part of the distribution.

The downfall is, it will likely require a full rebuild, and it also absolutely requires a C++ compiler. The rebuild requirement comes because I had to change the linker rule to use the C++ compiler because BoringSSL believes in C++, so everything will get relinked. This has the unfortunate side-effect that everything will also be linked against libstdc++.

You get what you pay for.

diff --git a/ninja.lua b/ninja.lua
index d5e34093..b402f878 100644
--- a/ninja.lua
+++ b/ninja.lua
@@ -243,6 +243,7 @@ function toolchain(tc)
set('ar', tc...

Similar Posts

Loading similar posts...