diff options
-rw-r--r-- | extra/neon/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/neon/APKBUILD b/extra/neon/APKBUILD index 26dd846bd..76d099e47 100644 --- a/extra/neon/APKBUILD +++ b/extra/neon/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=neon pkgver=0.28.4 -pkgrel=0 +pkgrel=1 pkgdesc="HTTP and WebDAV client library with a C interface" url="http://www.webdav.org/neon/" license="GPL LGPL" @@ -15,7 +15,7 @@ build () { ./configure --prefix=/usr \ --with-ssl \ --with-expat \ - --disable-gssapi \ + --without-gssapi \ --disable-nls \ --disable-socks \ --enable-shared \ |