Skip to content

Commit

Permalink
Merge pull request #47953 from lopsided98/openssl-arm
Browse files Browse the repository at this point in the history
openssl: don't autodetect platform on armv6/7l
  • Loading branch information
c0bw3b authored Oct 28, 2018
2 parents 8ef70a0 + d3ba32e commit de8f3b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/libraries/openssl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ let
configureScript = {
"x86_64-darwin" = "./Configure darwin64-x86_64-cc";
"x86_64-solaris" = "./Configure solaris64-x86_64-gcc";
"armv6l-linux" = "./Configure linux-armv4 -march=armv6";
"armv7l-linux" = "./Configure linux-armv4 -march=armv7-a";
}.${stdenv.hostPlatform.system} or (
if stdenv.hostPlatform == stdenv.buildPlatform
then "./config"
Expand Down

0 comments on commit de8f3b4

Please sign in to comment.