neon: Remove krb5 dependency 7598/head
authorEneas U de Queiroz <cote2004-github@yahoo.com>
Thu, 6 Dec 2018 19:27:58 +0000 (17:27 -0200)
committerEneas U de Queiroz <cote2004-github@yahoo.com>
Fri, 7 Dec 2018 01:25:35 +0000 (23:25 -0200)
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
libs/neon/Makefile

index cc9131671482a08efa915b13185fd99a1c3ea3f7..65be717d6319d428b0d0bb89f59c6dfbf53b0c71 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=neon
 PKG_VERSION:=0.30.2
-PKG_RELEASE:=3
+PKG_RELEASE:=4
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://web.archive.org/web/20170923042221/http://webdav.org:80/neon/
@@ -23,7 +23,7 @@ define Package/libneon
   SECTION:=libs
   CATEGORY:=Libraries
   TITLE:=HTTP and WebDAV client library
-  URL:=https://web.archive.org/web/20170923042221/http://webdav.org:80/neon/
+  URL:=http://www.webdav.org/neon/
   DEPENDS:=+libopenssl +libexpat +zlib
   MAINTAINER:=Federico Di Marco <fededim@gmail.com>
 endef
@@ -52,6 +52,7 @@ CONFIGURE_ARGS += \
        --with-expat \
        --with-ssl="openssl" \
        --without-egd \
+       --without-gssapi \
        --without-libproxy
 
 CONFIGURE_VARS += \