diff options
author | Silvino Silva <silvino@bk.ru> | 2017-03-01 21:27:03 +0000 |
---|---|---|
committer | Silvino Silva <silvino@bk.ru> | 2017-05-13 16:40:44 +0100 |
commit | 079066bc153f3a6fe84b5da0b8fa8e584641b46d (patch) | |
tree | 5ed282dccdd6b8004a86f9c765843f0f5852f9c9 /core/toolchain.html | |
parent | 40fc398cab05e1ae769554a50fb423ca38c3bfb6 (diff) | |
download | doc-079066bc153f3a6fe84b5da0b8fa8e584641b46d.tar.gz |
overall revision
Diffstat (limited to 'core/toolchain.html')
-rw-r--r-- | core/toolchain.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/core/toolchain.html b/core/toolchain.html index b5d4bb1..04b58e3 100644 --- a/core/toolchain.html +++ b/core/toolchain.html @@ -74,6 +74,25 @@ export LDFLAGS="" </pre> + <h4>Openssl</h4> + + <p>Replace openssl by libressl, view if + <a href="https://raw.githubusercontent.com/6c37/crux-ports-dropin/3.3/libressl/Pkgfile">libressl port</a> from 6c37-dropin is updated with + latest <a href="https://raw.githubusercontent.com/libressl-portable/portable/master/ChangeLog">libressl upstream</a>. First install libressl + to ensure it gets all the sources; + + <pre> + $ sudo prt-get depinst libressl + </pre> + + <p>After complaining about openssl files remove openssl; + + <pre> + $ sudo prt-get remove openssl + $ sudo prt-get depinst libressl + </pre> + + <h4>libcap</h4> <ul> |