aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-05-24 15:10:26 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2015-06-01 16:03:46 +0200
commita800549bc6e2e0e7311ce3ecec87c11a67a9e40f (patch)
tree894528d4bb1efe2c140ef5e62ec80c524d3c33d4
parent7838a01ce0c90990104c5c4507689b0f297bbc07 (diff)
downloadpkgbuilds-a800549bc6e2e0e7311ce3ecec87c11a67a9e40f.tar.xz
mutt-kz-git: Disable pop support
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 88e2d8d..b27071b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -45,12 +45,12 @@ build() {
--enable-imap \
--enable-notmuch \
--enable-pgp \
- --enable-pop \
--enable-smtp \
+ --with-gss \
--with-idn \
--with-sasl \
- --with-gss \
--with-ssl=/usr
+
make
}