mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Merge pull request #7598 from cotequeiroz/neon_no-krb5
neon: Remove krb5 dependency
This commit is contained in:
+3
-2
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=neon
|
PKG_NAME:=neon
|
||||||
PKG_VERSION:=0.30.2
|
PKG_VERSION:=0.30.2
|
||||||
PKG_RELEASE:=3
|
PKG_RELEASE:=4
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://web.archive.org/web/20170923042221/http://webdav.org:80/neon/
|
PKG_SOURCE_URL:=https://web.archive.org/web/20170923042221/http://webdav.org:80/neon/
|
||||||
@@ -23,7 +23,7 @@ define Package/libneon
|
|||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE:=HTTP and WebDAV client library
|
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
|
DEPENDS:=+libopenssl +libexpat +zlib
|
||||||
MAINTAINER:=Federico Di Marco <fededim@gmail.com>
|
MAINTAINER:=Federico Di Marco <fededim@gmail.com>
|
||||||
endef
|
endef
|
||||||
@@ -52,6 +52,7 @@ CONFIGURE_ARGS += \
|
|||||||
--with-expat \
|
--with-expat \
|
||||||
--with-ssl="openssl" \
|
--with-ssl="openssl" \
|
||||||
--without-egd \
|
--without-egd \
|
||||||
|
--without-gssapi \
|
||||||
--without-libproxy
|
--without-libproxy
|
||||||
|
|
||||||
CONFIGURE_VARS += \
|
CONFIGURE_VARS += \
|
||||||
|
|||||||
Reference in New Issue
Block a user