aboutsummaryrefslogtreecommitdiff
path: root/community/msmtp
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-06-05 00:51:51 +0300
committerCem Keylan <cem@ckyln.com>2020-06-05 00:51:51 +0300
commit9110a242e726aecdd4dd25563e636d81a52618bc (patch)
tree5ef8ed47c1232fddc56b3eaee4a7cb10cca6af8a /community/msmtp
parent151dedee3d6b12bccc87ad909bb17ebe8b79ce4b (diff)
downloadrepository-9110a242e726aecdd4dd25563e636d81a52618bc.tar.gz
msmtp: link statically
Diffstat (limited to 'community/msmtp')
-rwxr-xr-xcommunity/msmtp/build2
-rw-r--r--community/msmtp/depends2
2 files changed, 3 insertions, 1 deletions
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