mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
krb5: set replay cache directory to /tmp
Signed-off-by: W. Michael Petullo <mike@flyn.org>
(cherry picked from commit 536d555456)
This commit is contained in:
committed by
Jo-Philipp Wich
parent
14340062e3
commit
59199e2534
+2
-1
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=krb5
|
PKG_NAME:=krb5
|
||||||
PKG_VERSION:=1.16
|
PKG_VERSION:=1.16
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
|
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
|
||||||
|
|
||||||
@@ -67,6 +67,7 @@ CONFIGURE_PATH = ./src
|
|||||||
CONFIGURE_VARS += \
|
CONFIGURE_VARS += \
|
||||||
cross_compiling=yes \
|
cross_compiling=yes \
|
||||||
krb5_cv_attr_constructor_destructor=yes,yes \
|
krb5_cv_attr_constructor_destructor=yes,yes \
|
||||||
|
krb5_cv_sys_rcdir=/tmp \
|
||||||
ac_cv_func_regcomp=yes \
|
ac_cv_func_regcomp=yes \
|
||||||
ac_cv_printf_positional=yes \
|
ac_cv_printf_positional=yes \
|
||||||
ac_cv_file__etc_environment=no \
|
ac_cv_file__etc_environment=no \
|
||||||
|
|||||||
Reference in New Issue
Block a user