openssl: fix cross, ensure 'Configure' has shebang patched

This commit is contained in:
Will Dietz 2018-01-13 12:51:32 -06:00
parent aa00d53708
commit 6593d882a9

View file

@ -55,6 +55,10 @@ let
# TODO(@Ericson2314): Make unconditional on mass rebuild
${if buildPlatform != hostPlatform then "configurePlatforms" else null} = [];
preConfigure = ''
patchShebangs Configure
'';
configureFlags = [
"shared"
"--libdir=lib"