Merge pull request #5562 from Andy2244/krb5-fix

krb5: update depends, fix FS#1310
This commit is contained in:
Hannu Nyman 2018-05-20 19:27:42 +03:00 committed by GitHub
commit 2c9889ce2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=krb5 PKG_NAME:=krb5
PKG_VERSION:=1.16 PKG_VERSION:=1.16
PKG_RELEASE:=1 PKG_RELEASE:=2
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org> PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
@ -40,7 +40,7 @@ define Package/krb5-libs
SECTION:=net SECTION:=net
CATEGORY:=Network CATEGORY:=Network
TITLE:=Kerberos TITLE:=Kerberos
DEPENDS:=+libncurses DEPENDS:=+libncurses +libss +libcomerr
TITLE:=Kerberos 5 Shared Libraries TITLE:=Kerberos 5 Shared Libraries
URL:=http://web.mit.edu/kerberos/ URL:=http://web.mit.edu/kerberos/
endef endef
@ -58,7 +58,8 @@ define Package/krb5-client
endef endef
define Package/krb5/description define Package/krb5/description
Kerberos Kerberos is a network authentication protocol.
It is designed to provide strong authentication for client/server applications by using secret-key cryptography.
endef endef
CONFIGURE_PATH = ./src CONFIGURE_PATH = ./src
@ -72,13 +73,18 @@ CONFIGURE_VARS += \
ac_cv_file__etc_TIMEZONE=no ac_cv_file__etc_TIMEZONE=no
CONFIGURE_ARGS += \ CONFIGURE_ARGS += \
--localstatedir=/etc \
--with-system-ss \
--with-system-et \
--without-system-verto \ --without-system-verto \
--without-tcl \ --without-tcl \
--without-tls-impl \
--without-libedit \ --without-libedit \
--localstatedir=/etc \ --without-readline \
--with-size-optimizations \
--disable-rpath \ --disable-rpath \
--without-krb5-config --disable-pkinit \
--with-size-optimizations \
--with-crypto-impl=builtin
define Build/InstallDev define Build/InstallDev
$(INSTALL_DIR) $(1)/usr/include $(INSTALL_DIR) $(1)/usr/include