commit 9110a242e726aecdd4dd25563e636d81a52618bc parent 151dedee3d6b12bccc87ad909bb17ebe8b79ce4b Author: Cem Keylan <cem@ckyln.com> Date: Fri, 5 Jun 2020 00:51:51 +0300 msmtp: link statically Diffstat:
M | community/msmtp/build | | | 2 | ++ |
M | community/msmtp/depends | | | 2 | +- |
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/community/msmtp/build b/community/msmtp/build @@ -1,5 +1,7 @@ #!/bin/sh -e +export LDFLAGS="$LDFLAGS -static" + ./configure \ --prefix=/usr \ --with-msmtpd \ diff --git a/community/msmtp/depends b/community/msmtp/depends @@ -1 +1 @@ -libressl +libressl make