[ewg] Re: [PATCH] ofed_1_4_scripts: Fix ppc64 building of rnfs-utils for SLES
Alexander Schmidt
alexs at linux.vnet.ibm.com
Mon Apr 6 07:20:11 PDT 2009
Fix typo in package dependency description.
Signed-off-by: Alexander Schmidt <alexs at linux.vnet.ibm.com>
---
install.pl | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- OFED-1.4.1-20090406-0600.orig/install.pl
+++ OFED-1.4.1-20090406-0600/install.pl
@@ -2651,8 +2651,8 @@ sub check_linux_dependencies
print RED "krb5 is required to build rnfs-utils.", RESET "\n";
$err++;
}
- if ($arch eq "ppc64" and not is_installed("tcp-devel")) {
- print RED "tcp-devel is required to build rnfs-utils.", RESET "\n";
+ if ($arch eq "ppc64" and not is_installed("tcpd-devel")) {
+ print RED "tcpd-devel is required to build rnfs-utils.", RESET "\n";
$err++;
}
}
More information about the ewg
mailing list