[jn: no-asm is to fix compilation on 64-bit; perhaps it is not needed on
32-bit, but I didn't test it and I don't think its that important.]
ClosesHomebrew/homebrew#11821.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Yes, it's keg-only and thus the man pages are never symlinked to
share/man, but it's better than having them in etc/man and `brew list
--unbrewed` complaining about them.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
OpenSSL is provided mostly for Leopard, but some things on Snow Leopard
need a newer version as well (such as VirtualBox.)
OpenSSL will build *32-bit only* by default, even on Snow Leopard.
Building Universal requires some extra effort, which has not yet
been put into place. Specifically, it is not enough to do:
ENV.universal_build
Builds need to be run separately for 32 and 64 bit, and then
lipo needs to be used to put together the library archives.
Homewbrew provides a keg-only OpenSSL because some software requires
a newer version than what comes with Leopard. Since we are providing
this, pick up security releases.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
We don't want beta libs and Erlang doesn't need it.
Also disabled installation of erlang docs as we just delete them, we need to make the delete step optional.
OS X provides OpenSSL already. Thus policy dictates this formula be keg-only.
In fact policy dictates we shouldn't even provide this beta version in master tree. So I'm not sure if it should even stay. Supposedly erlang needs it. I think this is false.