components/open-fabrics/ibutils/patches/base.patch
changeset 1461 5ba0aa89a64a
parent 1413 5993f361061f
child 1565 0521ea8ab0da
--- a/components/open-fabrics/ibutils/patches/base.patch	Tue Sep 03 09:29:36 2013 -0700
+++ b/components/open-fabrics/ibutils/patches/base.patch	Thu Sep 05 07:39:18 2013 -0700
@@ -1133,7 +1133,7 @@
  $as_echo "$as_me: OSM: build type $OSM_BUILD" >&6;}
  
 -   OSM_LDFLAGS="-Wl,-rpath -Wl,$with_osm_libs -L$with_osm_libs"
-+   with_osm_libs=`echo "$with_osm_libs" | $SED -e "s/64//g"`
++   with_osm_libs=`echo "$with_osm_libs" | $SED -e "s/\/lib64$/\/lib/g"`
 +   OSM_LDFLAGS="-L$with_osm_libs"
           if test $OSM_BUILD = openib; then
              osm_include_dir="$with_osm/include/infiniband"