[ofa-general] [PATCH] build_env.sh: remove package checking for	debian
    Yoshiaki Tamura 
    tamura at osrg.net
       
    Tue Jul 31 17:58:51 PDT 2007
    
    
  
Hi,
The following patch removes some package checking which stops building OFED 1.2 
on debian. Although it's not a complete solution to port OFED on debian,
it should help some debian users to build.
Thanks,
Yoshi
Signed-off-by: Yoshi Tamura <tamura at osrg.net>
--- a/build_env.sh	2007-06-21 23:38:41.000000000 +0900
+++ b/build_env.sh	2007-07-31 14:21:50.000000000 +0900
@@ -1790,6 +1790,8 @@
          debian)
          libibverbs_BUILD_REQ=
          libibverbs_devel_BUILD_REQ=
+        libibverbs_RUN_REQ=
+        mstflint_BUILD_REQ=
          ;;
          redhat5)
          # start_udev is required to create /dev/infiniband
    
    
More information about the general
mailing list