openssl/cross: Fix build for Darwin.
This is just a minor fix, because when using "darwin64-x86_64-cc" for config.openssl.system, the OpenSSL build scripts try to compile with $prefix-cc, which is not available with the gcc-cross-wrapper. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
3d73bf6c57
commit
30962765e0
@ -91,6 +91,8 @@ stdenv.mkDerivation {
|
|||||||
rm $out/bin/c_rehash $out/ssl/misc/CA.pl $out/ssl/misc/tsget
|
rm $out/bin/c_rehash $out/ssl/misc/CA.pl $out/ssl/misc/tsget
|
||||||
'';
|
'';
|
||||||
configureScript = "./Configure";
|
configureScript = "./Configure";
|
||||||
|
} // stdenv.lib.optionalAttrs (opensslCrossSystem == "darwin64-x86_64-cc") {
|
||||||
|
CC = "gcc";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user