You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Benedikt Ritter (JIRA)" <ji...@apache.org> on 2016/11/26 09:06:58 UTC

[jira] [Created] (CRYPTO-132) Warning when following BUILDING.txt on MacOS

Benedikt Ritter created CRYPTO-132:
--------------------------------------

             Summary: Warning when following BUILDING.txt on MacOS
                 Key: CRYPTO-132
                 URL: https://issues.apache.org/jira/browse/CRYPTO-132
             Project: Commons Crypto
          Issue Type: Bug
          Components: Build
            Reporter: Benedikt Ritter


When using HomeBrew to link openssl with the --force, HomeBrew issues a warning, indicating that our docs are not following best practices:

{code}
~/w/a/c/commons-crypto git:(upstream ⚡ CRYPTO-131) 1A > brew link openssl --force
Warning: Refusing to link: openssl
Linking keg-only openssl means you may end up linking against the insecure,
deprecated system OpenSSL while using the headers from Homebrew's openssl.
Instead, pass the full include/library paths to your compiler e.g.:
  -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib
{code}

Adapt the build so that it is no longer necessary to use link --force on MacOs



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)