Whamcloud - gitweb
LU-17257 build: use pkg-config to find krb5 libdir 10/53010/2
authorJian Yu <yujian@whamcloud.com>
Tue, 7 Nov 2023 18:18:32 +0000 (10:18 -0800)
committerJian Yu <yujian@whamcloud.com>
Tue, 7 Nov 2023 18:18:32 +0000 (10:18 -0800)
commit9cccb643173acf536f542103d47e4af7057c0ff9
treeef9a668dfa64c5d76dcd1096c602a6d85b42f8c3
parent9938228dc7e708fd8af93f12d3684f88701a4e5d
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>
lustre/autoconf/kerberos5.m4