From 536d55545627ede5cb332c5f6bcec0e2effeafc1 Mon Sep 17 00:00:00 2001 From: "W. Michael Petullo" Date: Sat, 2 Jun 2018 15:54:24 -0400 Subject: [PATCH] krb5: set replay cache directory to /tmp Signed-off-by: W. Michael Petullo --- net/krb5/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/krb5/Makefile b/net/krb5/Makefile index f63dd21f9..d474ba18a 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:=2 +PKG_RELEASE:=3 PKG_MAINTAINER:=W. Michael Petullo @@ -67,6 +67,7 @@ CONFIGURE_PATH = ./src CONFIGURE_VARS += \ cross_compiling=yes \ krb5_cv_attr_constructor_destructor=yes,yes \ + krb5_cv_sys_rcdir=/tmp \ ac_cv_func_regcomp=yes \ ac_cv_printf_positional=yes \ ac_cv_file__etc_environment=no \