diff options
author | Cem Keylan <cem@ckyln.com> | 2020-06-28 00:14:06 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-06-28 00:14:06 +0300 |
commit | 82a1993b85cd6fe0a6cd59330fb15b6e47c5a375 (patch) | |
tree | 18d670bb2d16072e9061a4618612950a0087408c /community/neomutt/build | |
parent | c77f9c105d3d1fa040bfa51fbcaa931fbedfdf93 (diff) | |
download | repository-82a1993b85cd6fe0a6cd59330fb15b6e47c5a375.tar.gz |
neomutt: bump to 20200626
Diffstat (limited to 'community/neomutt/build')
-rwxr-xr-x | community/neomutt/build | 4 |
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 |