Added SSL support to fetchmail, maybe its better to add an argument withSSL?
svn path=/nixpkgs/trunk/; revision=10827
This commit is contained in:
@@ -6,6 +6,10 @@ stdenv.mkDerivation {
|
||||
sha256 = "5612f9af367f641e0efd084f44fcf1889669e711dbd8c60f6b7953e494d1b09b";
|
||||
};
|
||||
|
||||
buildInputs = [ zlib openssl ];
|
||||
|
||||
configureFlags = "--with-ssl=${openssl}";
|
||||
|
||||
patches = [ ./security-fix.patch ];
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user