From 82a1993b85cd6fe0a6cd59330fb15b6e47c5a375 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sun, 28 Jun 2020 00:14:06 +0300 Subject: neomutt: bump to 20200626 --- community/neomutt/build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'community/neomutt/build') 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 -- cgit v1.2.3