Whamcloud - gitweb
LU-17257 build: use pkg-config to find krb5 libdir
authorJian Yu <yujian@whamcloud.com>
Tue, 7 Nov 2023 19:47:01 +0000 (11:47 -0800)
committerAndreas Dilger <adilger@whamcloud.com>
Thu, 9 Nov 2023 08:36:35 +0000 (08:36 +0000)
commit09fd5b52eb8666acbb658747ec58902fcc081057
tree8ceca03bc3ae07c08c599675b406a2c3de34cdfd
parentd41d0cd001dd83f6736181bef55a288a36d02863
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.

Lustre-change: https://review.whamcloud.com/53010
Lustre-commit: TBD (from 9cccb643173acf536f542103d47e4af7057c0ff9)

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/ex/lustre-release/+/53024
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Colin Faber <cfaber@ddn.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
lustre/autoconf/kerberos5.m4