From 4bed0a39e0528261b6b7f1546256e592a09fc0bc Mon Sep 17 00:00:00 2001 From: nic Date: Tue, 4 Jan 2005 21:30:40 +0000 Subject: [PATCH] r=boc allow 'make rpms' to pick up non standard kernel config location --- build/lustre.spec.in | 1 + 1 file changed, 1 insertion(+) diff --git a/build/lustre.spec.in b/build/lustre.spec.in index d06f835..e0707f4 100644 --- a/build/lustre.spec.in +++ b/build/lustre.spec.in @@ -88,6 +88,7 @@ cd $RPM_BUILD_DIR/lustre-%{version} ./configure \ --with-linux='%{linuxdir}' \ --with-linux-obj='@LINUX_OBJ@' \ + --with-linux-config=@LINUX_CONFIG@ \ %{disable_doc} --disable-liblustre \ --sysconfdir=%{_sysconfdir} \ --mandir=%{_mandir} \ -- 1.8.3.1