package/freeradius-server: correctly set krb5-config

Fix typo added by commit 84d32e5365:

configure: error: invalid variable name: `ac_cv_path_krb5-config'

Fixes:
 - http://autobuild.buildroot.org/results/5a0e5023c274223b5eb7623165395549e7f446bf

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Fabrice Fontaine 2022-08-27 22:25:14 +02:00 committed by Yann E. MORIN
parent a26ab27397
commit 96f50e65f3

View File

@ -87,7 +87,7 @@ endif
ifeq ($(BR2_PACKAGE_LIBKRB5),y)
FREERADIUS_SERVER_CONF_OPTS += \
ac_cv_path_krb5-config=$(STAGING_DIR)/usr/bin/krb5-config \
ac_cv_path_krb5_config=$(STAGING_DIR)/usr/bin/krb5-config \
--with-rlm_krb5
FREERADIUS_SERVER_DEPENDENCIES += libkrb5
else