From 9110a242e726aecdd4dd25563e636d81a52618bc Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Fri, 5 Jun 2020 00:51:51 +0300 Subject: msmtp: link statically --- community/msmtp/build | 2 ++ community/msmtp/depends | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'community') diff --git a/community/msmtp/build b/community/msmtp/build index 097f1f6b..30118a32 100755 --- 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 index 75929cf7..ac5a2bc9 100644 --- a/community/msmtp/depends +++ b/community/msmtp/depends @@ -1 +1 @@ -libressl +libressl make -- cgit v1.2.3