aboutsummaryrefslogtreecommitdiff
path: root/community/neomutt/build
blob: ac312d230da79dbfa5fee1c467dbb5981312f27b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh -e

export LDFLAGS="$LDFLAGS -static -lsasl2 -ldl -lresolv"

./configure \
	--prefix=/usr \
	--ssl \
	--disable-doc \
	--disable-idn \
	--disable-nls \

make
make DESTDIR="$1" install