Add SSL support to HAProxy
This commit is contained in:
parent
329de0fa75
commit
f6d223c773
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, pkgs, fetchurl }:
|
{ stdenv, pkgs, fetchurl, openssl }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "1.5.11";
|
version = "1.5.11";
|
||||||
@ -9,11 +9,11 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "1gwkyy06c8bw5vcjv82hai554zrd415jjsb1iafg01c4k1ia8nlb";
|
sha256 = "1gwkyy06c8bw5vcjv82hai554zrd415jjsb1iafg01c4k1ia8nlb";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ ];
|
buildInputs = [ openssl ];
|
||||||
|
|
||||||
# TODO: make it work on darwin/bsd as well
|
# TODO: make it work on darwin/bsd as well
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
export makeFlags="TARGET=linux2628 PREFIX=$out"
|
export makeFlags="TARGET=linux2628 PREFIX=$out USE_OPENSSL=yes"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user