From: James Simmons Date: Wed, 12 Jan 2022 16:55:46 +0000 (-0500) Subject: LU-14651 build: remove KALLSYMS build requirement X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=2901a756a1496e809627ad0d2e195256b8afbd4f;p=fs%2Flustre-release.git LU-14651 build: remove KALLSYMS build requirement Now that kallsyms is no longer exported some distros kernels are disabling it by default. If kallsyms is disabled lustre will fail configure. Remove this hard requirmenet. Test-Parameters: trivial Change-Id: I710433e99afd75eea6a3bf1d77878b97beaed605 Signed-off-by: James Simmons --- diff --git a/config/lustre-build-linux.m4 b/config/lustre-build-linux.m4 index 3df513c..fbf587e 100644 --- a/config/lustre-build-linux.m4 +++ b/config/lustre-build-linux.m4 @@ -450,13 +450,6 @@ module support is required to build Lustre kernel modules. LB_CHECK_CONFIG([MODVERSIONS]) -LB_CHECK_CONFIG([KALLSYMS], [], [ - AC_MSG_ERROR([ - -Lustre requires that CONFIG_KALLSYMS is enabled in your kernel. -]) - ]) - # 2.6.28 LC_MODULE_LOADING ])