From 7179b2ad29dc9fdec8afb15031a591913506c90a Mon Sep 17 00:00:00 2001 From: yangsheng <yangsheng> Date: Thu, 1 Nov 2007 09:13:21 +0000 Subject: [PATCH] Branch b1_6 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 035462e74a..044f51ea34 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -14,6 +14,15 @@ tbd Cluster File Systems, Inc. <info@clusterfs.com> * 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 : enhancement Bugzilla : 11622 Description: Lustre Page Accounting -- GitLab