From 7179b2ad29dc9fdec8afb15031a591913506c90a Mon Sep 17 00:00:00 2001 From: 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 035462e..044f51e 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -15,6 +15,15 @@ tbd Cluster File Systems, Inc. * 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 Details : New macros for page alloc and free which enable accounting -- 1.8.3.1