[ewg] [PATCH] install: enable QIB to compile on RHEL 4 U8

Ralph Campbell ralph.campbell at qlogic.com
Fri Dec 11 18:32:22 PST 2009


Vlad,
Please pull this one line change to ofed_scripts.
It can be pulled from here:

git://git.openfabrics.org/~ralphc/ofed_scripts/.git ofed_1_5

commit 0080ff44bbc00dcf229d6892905aa30ef2766b44
Author: Ralph Campbell (QLogic) <ralphc at hosting.openfabrics.org>
Date:   Fri Dec 11 18:34:44 2009 -0800

    install: enable QIB to compile on RHEL 4 U8
    
    Signed-off-by: Ralph Campbell <ralph.campbell at qlogic.com>

diff --git a/install.pl b/install.pl
index f5894ff..91509fd 100755
--- a/install.pl
+++ b/install.pl
@@ -1674,7 +1674,7 @@ sub set_availability
     #    ($arch =~ m/x86_64/ and
     #         $kernel =~ m/2.6.9-42|2.6.9-55|2.6.9-67|2.6.9-78|2.6.16.[0-9.]*-[
     if ($arch =~ m/x86_64/ and
-            $kernel =~ m/2.6.9-67|2.6.9-78|2\.6\.18-8[4-9]\..*el5.*|2\.6\.18-9[0-9]\..*el5.*|2\.6\.18-1[0-9][0-9]\..*el5.*|2\.6\.16\.[6-9][0-9]-.*-.*|2\.6\.27\..*-.*/) {
+            $kernel =~ m/2\.6\.9-(67|78|89)|2\.6\.18-8[4-9]\..*el5|2\.6\.18-9[0-9]\..*el5|2\.6\.18-1[0-9][0-9]\..*el5|2\.6\.16\.[6-9][0-9]-.*-.*|2\.6\.27\..*-.*/) {
             $kernel_modules_info{'qib'}{'available'} = 1;
             $packages_info{'libipathverbs'}{'available'} = 1;
             $packages_info{'libipathverbs-devel'}{'available'} = 1;




More information about the ewg mailing list