mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-29 16:24:10 +00:00
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
|
||||
${if buildPlatform != hostPlatform then "configurePlatforms" else null} = [];
|
||||
|
||||
preConfigure = ''
|
||||
patchShebangs Configure
|
||||
'';
|
||||
|
||||
configureFlags = [
|
||||
"shared"
|
||||
"--libdir=lib"
|
||||
|
Loading…
Reference in New Issue
Block a user