Whamcloud - gitweb
LU-4470 build: wrong linux symbol file search 88/9288/3
authorBob Glossman <bob.glossman@intel.com>
Wed, 29 Jan 2014 20:00:42 +0000 (12:00 -0800)
committerOleg Drokin <oleg.drokin@intel.com>
Fri, 28 Feb 2014 17:37:59 +0000 (17:37 +0000)
commit501a92dc71013d56241a4a9408d86a8a7f74cd20
tree9d7f535644c915a541b98af4bec5c161cfb1697b
parent840b32801ad9735d9914afb37dcbcb915d96f703
LU-4470 build: wrong linux symbol file search

Long standing build flaw just discovered.  The autoconf function
LB_CHECK_SYMBOL_EXPORT looks for the linux symbol table in the wrong place.
In most builds this doesn't matter as the wrong path being used exactly
matches the correct path.  In SLES builds it does matter a lot.
Failing to find the linux symbol table can lead to incorrect autoconf results.

Change-Id: I9068f2b9aace740b67d88598844c0b8fc1d95b49
Signed-off-by: Bob Glossman <bob.glossman@intel.com>
Reviewed-on: http://review.whamcloud.com/9288
Tested-by: Jenkins
Reviewed-by: Dmitry Eremin <dmitry.eremin@intel.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
config/lustre-build-linux.m4