diff options
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 |