Browse Source

Merge pull request #6170 from MikePetullo/krb5

krb5: set replay cache directory to /tmp
lilik-openwrt-22.03
Hannu Nyman 6 years ago
committed by GitHub
parent
commit
6e42b4b129
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      net/krb5/Makefile

+ 2
- 1
net/krb5/Makefile View File

@ -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 <mike@flyn.org>
@ -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 \


Loading…
Cancel
Save