aboutsummaryrefslogtreecommitdiff
path: root/community/neomutt/build
diff options
context:
space:
mode:
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