diff options
author | Dirk Brenken <dev@brenken.org> | 2018-09-23 14:42:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-23 14:42:25 +0200 |
commit | 8bbc9c7dbe7ef82e159b58ddf1ea09e1e3e48e2d (patch) | |
tree | fd9b5460ef51e2a7e9ade58278134fb2eae1473a /net | |
parent | f6f0a211be25e27ed47f46f4f227dad9ec52df6c (diff) | |
parent | d97c3df2a57e589581b5264df0699bd58be3ce72 (diff) |
Merge pull request #7025 from Andy2244/krb5-keyutil-fix
krb5: fix keyutils dependency
Diffstat (limited to 'net')
-rw-r--r-- | net/krb5/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/krb5/Makefile b/net/krb5/Makefile index 5e366e361..22388ab50 100644 --- a/net/krb5/Makefile +++ b/net/krb5/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=krb5 PKG_VERSION:=1.16.1 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org> @@ -71,7 +71,8 @@ CONFIGURE_VARS += \ ac_cv_func_regcomp=yes \ ac_cv_printf_positional=yes \ ac_cv_file__etc_environment=no \ - ac_cv_file__etc_TIMEZONE=no + ac_cv_file__etc_TIMEZONE=no \ + ac_cv_header_keyutils_h=no CONFIGURE_ARGS += \ --localstatedir=/etc \ |