Revert "WIP: openssl: set KERNEL_BITS to make ./config work"

This commit is contained in:
Todd Gamblin 2015-11-24 00:30:08 -08:00
parent cf3d236b9f
commit 52cce2d710

View File

@ -16,8 +16,6 @@ class Openssl(Package):
parallel = False
def install(self, spec, prefix):
env['KERNEL_BITS'] = '64' # Only on 64-bit Mac
config = Executable("./config")
config("--prefix=%s" % prefix,
"--openssldir=%s/etc/openssl" % prefix,