components/ipmitool/patches/enable.sparc.patch
branchs11-update
changeset 2526 a7c3342cac79
parent 2525 5e4049097207
child 2527 0935492f14d7
--- a/components/ipmitool/patches/enable.sparc.patch	Wed Mar 20 08:56:48 2013 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved
-
---- ipmitool-1.8.11.old/configure.in	Thu Aug  7 11:26:08 2008
-+++ ipmitool-1.8.11/configure.in	Tue Oct 25 11:48:31 2011
-@@ -63,12 +63,7 @@
- 	# openssl libs are in /usr/sfw/lib on solaris 10
-         LIBS="$LIBS -R/usr/sfw/lib"
- 	# disable the linux-specific interfaces
--	# and bmc on SPARC (there is no bmc driver for SPARC)
--	if [[ `mach -p` = sparc ]]; then
--		enable_intf_bmc=no
--	else
--		enable_intf_bmc=yes
--	fi
-+	enable_intf_bmc=yes
- 	enable_intf_imb=no
- 	enable_intf_open=no
- 	enable_intf_lipmi=no