WIP: openssl: set KERNEL_BITS to make ./config work
Why OpenSSL refuses to build without this (it explicitly warns about it) is a mystery.
This commit is contained in:
parent
8feaefadcf
commit
150e43f3fd
@ -15,6 +15,8 @@ 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,
|
||||
|
Loading…
Reference in New Issue
Block a user