siege: Build with OpenSSL
This commit is contained in:
parent
e50b705e12
commit
7c90aab92a
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl }:
|
{ stdenv, fetchurl, openssl }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "siege-3.0.6";
|
name = "siege-3.0.6";
|
||||||
@ -10,6 +10,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
NIX_LDFLAGS = stdenv.lib.optionalString stdenv.isLinux "-lgcc_s";
|
NIX_LDFLAGS = stdenv.lib.optionalString stdenv.isLinux "-lgcc_s";
|
||||||
|
|
||||||
|
configureFlags = [ "--with-ssl=${openssl}" ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "HTTP load tester";
|
description = "HTTP load tester";
|
||||||
maintainers = with maintainers; [ ocharles raskin ];
|
maintainers = with maintainers; [ ocharles raskin ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user