ssmtp: link with libcrypto explicitly
This commit is contained in:
parent
a898c8335d
commit
a54cc22d4d
@ -36,6 +36,8 @@ stdenv.mkDerivation {
|
||||
|
||||
buildInputs = stdenv.lib.optional tlsSupport openssl;
|
||||
|
||||
NIX_LDFLAGS = stdenv.lib.optional tlsSupport [ "-lcrypto" ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
platforms = platforms.linux;
|
||||
license = licenses.gpl2;
|
||||
|
Loading…
Reference in New Issue
Block a user