WWW-www.enlightenment.org pushed a commit to branch master.

http://git.enlightenment.org/website/www-content.git/commit/?id=98700d009f4a5c027d5bcd3f95cb8afd219fed13

commit 98700d009f4a5c027d5bcd3f95cb8afd219fed13
Author: Jean Guyomarc'h <jean.guyoma...@gmail.com>
Date:   Tue Aug 23 11:28:14 2016 -0700

    Wiki page osx-start changed with summary [OpenSSL on Capitan] by Jean 
Guyomarc'h
---
 pages/distros/osx-start.txt | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/pages/distros/osx-start.txt b/pages/distros/osx-start.txt
index 1783da3..f6ca7ca 100644
--- a/pages/distros/osx-start.txt
+++ b/pages/distros/osx-start.txt
@@ -66,6 +66,23 @@ You need to add ''autopoint'' to your ''$PATH'' if you want 
to use gettext. Writ
 export PATH="$(brew --prefix gettext)/bin:$PATH"
 </code>
 
+===== OpenSSL handling =====
+
+Since Mac OS X El Capitan, Apple does not distribute OpenSSL headers anymore.
+It is necessary to install OpenSLL manually through homebrew:
+
+<code bash>
+brew install openssl
+brew link openssl --force
+</code>
+
+and to add flags to your bashrc (or equivalent):
+
+<code bash>
+export CFLAGS="-I/usr/local/opt/openssl/include $CFLAGS"
+export LDFLAGS="-L/usr/local/opt/openssl/lib $LDFLAGS"
+</code>
+
 ===== Modifying your linker flags =====
 
 <note>

-- 


Reply via email to