From: yangsheng Date: Thu, 1 Nov 2007 09:26:28 +0000 (+0000) Subject: Branch HEAD X-Git-Tag: v1_7_0_51~551 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=7f57431ecf3379c68b972894423e6f48026eafe5;p=fs%2Flustre-release.git Branch HEAD b=13690 i=brian i=scjody Use absolute path for include file when run configure with argument --with-linux-obj=.... --- diff --git a/lustre/ChangeLog b/lustre/ChangeLog index b1f9d0f..a233479 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.