aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-05-15 13:33:01 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-05-15 13:33:01 +0000
commit8556622700b57916ecce3796e666c655fb5bc7e3 (patch)
treece8a9e399846fccb02c15bbd6046109ec8e27c5e
parent403cf873eacaa6d783b78663db34b9c0e858414d (diff)
downloadalpine_aports-8556622700b57916ecce3796e666c655fb5bc7e3.tar.bz2
alpine_aports-8556622700b57916ecce3796e666c655fb5bc7e3.tar.xz
alpine_aports-8556622700b57916ecce3796e666c655fb5bc7e3.zip
extra/neon: disable kerberos support
-rw-r--r--extra/neon/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/neon/APKBUILD b/extra/neon/APKBUILD
index 26dd846bdd..76d099e471 100644
--- a/extra/neon/APKBUILD
+++ b/extra/neon/APKBUILD
@@ -1,7 +1,7 @@
1# Maintainer: Natanael Copa <ncopa@alpinelinux.org> 1# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
2pkgname=neon 2pkgname=neon
3pkgver=0.28.4 3pkgver=0.28.4
4pkgrel=0 4pkgrel=1
5pkgdesc="HTTP and WebDAV client library with a C interface" 5pkgdesc="HTTP and WebDAV client library with a C interface"
6url="http://www.webdav.org/neon/" 6url="http://www.webdav.org/neon/"
7license="GPL LGPL" 7license="GPL LGPL"
@@ -15,7 +15,7 @@ build () {
15 ./configure --prefix=/usr \ 15 ./configure --prefix=/usr \
16 --with-ssl \ 16 --with-ssl \
17 --with-expat \ 17 --with-expat \
18 --disable-gssapi \ 18 --without-gssapi \
19 --disable-nls \ 19 --disable-nls \
20 --disable-socks \ 20 --disable-socks \
21 --enable-shared \ 21 --enable-shared \