openssl: fix cross, ensure 'Configure' has shebang patched
This commit is contained in:
parent
aa00d53708
commit
6593d882a9
|
@ -55,6 +55,10 @@ let
|
||||||
# TODO(@Ericson2314): Make unconditional on mass rebuild
|
# TODO(@Ericson2314): Make unconditional on mass rebuild
|
||||||
${if buildPlatform != hostPlatform then "configurePlatforms" else null} = [];
|
${if buildPlatform != hostPlatform then "configurePlatforms" else null} = [];
|
||||||
|
|
||||||
|
preConfigure = ''
|
||||||
|
patchShebangs Configure
|
||||||
|
'';
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"shared"
|
"shared"
|
||||||
"--libdir=lib"
|
"--libdir=lib"
|
||||||
|
|
Loading…
Reference in New Issue