rhash: Correctly set target platform when configuring

The non-standard configure script did not detect it, and we have to
supply this argument.

This closes #113742
main
Rasmus Rendal 2 years ago
parent 600d32b5bf
commit 4317c93104
No known key found for this signature in database
GPG Key ID: 141FEFA3226E3797
  1. 1
      pkgs/tools/security/rhash/default.nix

@ -34,6 +34,7 @@ stdenv.mkDerivation rec {
configureFlags = [
"--ar=${stdenv.cc.targetPrefix}ar"
"--target=${stdenv.hostPlatform.config}"
(lib.enableFeature enableStatic "static")
(lib.enableFeature enableStatic "lib-static")
];

Loading…
Cancel
Save