From 7f57431ecf3379c68b972894423e6f48026eafe5 Mon Sep 17 00:00:00 2001
From: yangsheng <yangsheng>
Date: Thu, 1 Nov 2007 09:26:28 +0000
Subject: [PATCH] Branch HEAD b=13690 i=brian i=scjody

Use absolute path for include file when run configure with argument
--with-linux-obj=....
---
 lustre/ChangeLog | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/lustre/ChangeLog b/lustre/ChangeLog
index b1f9d0f3a7..a233479552 100644
--- a/lustre/ChangeLog
+++ b/lustre/ChangeLog
@@ -12,6 +12,15 @@
        * Recommended e2fsprogs version: 1.40.2-cfs1
        * Note that reiserfs quotas are disabled on SLES 10 in this kernel.
 
+Severity   : enhancement
+Bugzilla   : 13690
+Description: Build SLES10 patchless client fails
+Details    : The configure was broken by run ./configure with 
+             --with-linux-obj=.... argument for patchless client. When the
+	     configure use --with-linux-obj, the LINUXINCLUDE= -Iinclude
+	     can't search header adequately. Use absolute path such as 
+	     -I($LINUX)/include instead. 
+
 Severity   : normal
 Bugzilla   : 13888
 Description: interrupt oig_wait produce painc on resend.
-- 
GitLab