]> git.openfabrics.org - ~tnikolova/ofed_scripts/.git/commit
ofed_1_4_scripts: Fix ppc64 building of rnfs-utils
authorJon Mason <jon@opengridcomputing.com>
Fri, 27 Mar 2009 19:52:27 +0000 (14:52 -0500)
committerVladimir Sokolovsky <vlad@mellanox.co.il>
Sun, 29 Mar 2009 07:02:21 +0000 (10:02 +0300)
commit0a4127eda1ea89287d6dc84113a5ab3707fb262e
treeaab773dd052110a4be4eb56a3c782922c172b75f
parent40d9d90e3d0b5f1e8dfb01c52ca52ee465f6d5de
ofed_1_4_scripts: Fix ppc64 building of rnfs-utils

rnfs-utils will not build on ppc64 without a 32bit version of
e2fsprogs-devel.  The 32bit version is needed due to logic previously
added to install.pl to force the compile to be 32bit.  Another way to
fix this issue would be to allow 64bit version of the rnfs-utils by
removing the logic which forces it to be 32bit.

With the added dependency, rnfs-utils compiles on RHEL5.2 on ppc64
without issue.

Signed-Off-By: Jon Mason <jon@opengridcomputing.com>
install.pl