diff options
author | Andy Walsh <andy.walsh44+github@gmail.com> | 2018-01-29 17:57:25 +0100 |
---|---|---|
committer | Andy Walsh <andy.walsh44+github@gmail.com> | 2018-04-05 11:39:24 +0200 |
commit | ebc41d575903febd2a3cb4928f7529288179a24b (patch) | |
tree | bd82d853a78e82ca02e616663bfa5f35ab822906 /net/krb5 | |
parent | dfcb2ca77c2377121b2618b836b365983a503274 (diff) |
krb5: update depends, adapt FS#1310
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
Diffstat (limited to 'net/krb5')
-rw-r--r-- | net/krb5/Makefile | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/net/krb5/Makefile b/net/krb5/Makefile index 8d76a36da..f63dd21f9 100644 --- a/net/krb5/Makefile +++ b/net/krb5/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=krb5 PKG_VERSION:=1.16 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org> @@ -40,7 +40,7 @@ define Package/krb5-libs SECTION:=net CATEGORY:=Network TITLE:=Kerberos - DEPENDS:=+libncurses + DEPENDS:=+libncurses +libss +libcomerr TITLE:=Kerberos 5 Shared Libraries URL:=http://web.mit.edu/kerberos/ endef @@ -58,7 +58,8 @@ define Package/krb5-client endef 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 CONFIGURE_PATH = ./src @@ -72,13 +73,18 @@ CONFIGURE_VARS += \ ac_cv_file__etc_TIMEZONE=no CONFIGURE_ARGS += \ + --localstatedir=/etc \ + --with-system-ss \ + --with-system-et \ --without-system-verto \ --without-tcl \ + --without-tls-impl \ --without-libedit \ - --localstatedir=/etc \ - --with-size-optimizations \ + --without-readline \ --disable-rpath \ - --without-krb5-config + --disable-pkinit \ + --with-size-optimizations \ + --with-crypto-impl=builtin define Build/InstallDev $(INSTALL_DIR) $(1)/usr/include |