Merge pull request #200 from scalability-llnl/revert-189-openssl-use-64-bits

Revert "WIP: openssl: set KERNEL_BITS to make ./config work"
This commit is contained in:
Todd Gamblin 2015-11-24 00:30:37 -08:00
commit 58d497ab7a

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,