Whamcloud - gitweb
fix build lustre with o2ib and SLES10.
authorshadow <shadow>
Fri, 23 May 2008 15:57:10 +0000 (15:57 +0000)
committershadow <shadow>
Fri, 23 May 2008 15:57:10 +0000 (15:57 +0000)
b=15870
i=walter

lustre/ChangeLog
lustre/autoconf/lustre-core.m4

index a1ccc1b..9997d69 100644 (file)
@@ -13,6 +13,13 @@ tbd  Sun Microsystems, Inc.
         removed cwd "./" (refer to Bugzilla 14399).
 
 Severity   : normal
+Frequency  : always with o2ib 1.3 and sles10
+Bugzilla   : 15870
+Description: fix build with SLES10 and o2ib v3.
+Details    : sles10 uses diffrent name for Module.symver file but configure
+             assume this file has same name on RHEL/SLES/vanila kernels.
+
+Severity   : normal
 Bugzilla   : 14835
 Frequency  : after recovery
 Description: precreate to many object's after del orphan.
index f893099..9068b9d 100644 (file)
@@ -877,19 +877,6 @@ LB_LINUX_TRY_COMPILE([
 ])
 ])
 
-# LC_SYMVERFILE
-# SLES 9 uses a different name for this file - unsure about vanilla kernels
-# around this version, but it matters for servers only.
-AC_DEFUN([LC_SYMVERFILE],
-         [AC_MSG_CHECKING([name of symverfile])
-          if grep -q Modules.symvers $LINUX/scripts/Makefile.modpost ; then
-              SYMVERFILE=Modules.symvers
-          else
-              SYMVERFILE=Module.symvers
-          fi
-         AC_MSG_RESULT($SYMVERFILE)
-          AC_SUBST(SYMVERFILE)])
-
 # LC_DQUOTOFF_MUTEX
 # after 2.6.17 dquote use mutex instead if semaphore
 AC_DEFUN([LC_DQUOTOFF_MUTEX],
@@ -1520,9 +1507,6 @@ AC_DEFUN([LC_PROG_LINUX],
          # 2.6.15
          LC_INODE_I_MUTEX
 
-         # SLES 10 (at least)
-         LC_SYMVERFILE
-
          # 2.6.17
          LC_DQUOTOFF_MUTEX