Whamcloud - gitweb
LU-17257 build: use pkg-config to find krb5 libdir 10/53010/3
authorJian Yu <yujian@whamcloud.com>
Tue, 7 Nov 2023 18:18:32 +0000 (10:18 -0800)
committerOleg Drokin <green@whamcloud.com>
Sat, 18 Nov 2023 21:47:15 +0000 (21:47 +0000)
commitf7f3247ee2a358d000dc62526a721c1a249354ee
tree44c066f451b511ad1ec7eb3efcb4352cf3a99877
parent869ea3211d2f15d7c674bc10e5f1a3272e44504e
LU-17257 build: use pkg-config to find krb5 libdir

This patch fixes kerberos5.m4 to use pkg-config to
find krb5 libdir instead of looking for the krb5
libraries in a static list of path.

Test-Parameters: trivial kerberos=true testlist=sanity-krb5

Change-Id: Ia15812932942171b019f3e73034a78f9185c16ce
Signed-off-by: Jian Yu <yujian@whamcloud.com>
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/53010
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Sebastien Buisson <sbuisson@ddn.com>
Reviewed-by: Aurelien Degremont <adegremont@nvidia.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/autoconf/kerberos5.m4