From 079066bc153f3a6fe84b5da0b8fa8e584641b46d Mon Sep 17 00:00:00 2001 From: Silvino Silva Date: Wed, 1 Mar 2017 21:27:03 +0000 Subject: overall revision --- core/toolchain.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'core/toolchain.html') 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="" +

Openssl

+ +

Replace openssl by libressl, view if + libressl port from 6c37-dropin is updated with + latest libressl upstream. First install libressl + to ensure it gets all the sources; + +

+        $ sudo prt-get depinst libressl
+        
+ +

After complaining about openssl files remove openssl; + +

+        $ sudo prt-get remove openssl
+        $ sudo prt-get depinst libressl
+        
+ +

libcap