forked from mirrors/nixpkgs
iperf3: fix compilation to support authentication creds (#77592)
iperf3: fix compilation to support authentication creds
This commit is contained in:
commit
7869cd26b3
|
@ -9,6 +9,9 @@ stdenv.mkDerivation rec {
|
|||
};
|
||||
|
||||
buildInputs = [ openssl ];
|
||||
configureFlags = [
|
||||
"--with-openssl=${openssl.dev}"
|
||||
];
|
||||
|
||||
outputs = [ "out" "man" ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue