aboutsummaryrefslogtreecommitdiff
path: root/community/neomutt/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-06-28 00:14:06 +0300
committerCem Keylan <cem@ckyln.com>2020-06-28 00:14:06 +0300
commit82a1993b85cd6fe0a6cd59330fb15b6e47c5a375 (patch)
tree18d670bb2d16072e9061a4618612950a0087408c /community/neomutt/build
parentc77f9c105d3d1fa040bfa51fbcaa931fbedfdf93 (diff)
downloadrepository-82a1993b85cd6fe0a6cd59330fb15b6e47c5a375.tar.gz
neomutt: bump to 20200626
Diffstat (limited to 'community/neomutt/build')
-rwxr-xr-xcommunity/neomutt/build4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/neomutt/build b/community/neomutt/build
index e41f86da..ac312d23 100755
--- a/community/neomutt/build
+++ b/community/neomutt/build
@@ -1,13 +1,13 @@
#!/bin/sh -e
+export LDFLAGS="$LDFLAGS -static -lsasl2 -ldl -lresolv"
+
./configure \
--prefix=/usr \
--ssl \
--disable-doc \
--disable-idn \
--disable-nls \
- --zlib \
- --lua --sasl
make
make DESTDIR="$1" install