components/ipmitool/patches/enable.sparc.patch
changeset 589 beabcdec3918
equal deleted inserted replaced
588:a72cfdd57701 589:beabcdec3918
       
     1 Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved
       
     2 
       
     3 --- ipmitool-1.8.11.old/configure.in	Thu Aug  7 11:26:08 2008
       
     4 +++ ipmitool-1.8.11/configure.in	Tue Oct 25 11:48:31 2011
       
     5 @@ -63,12 +63,7 @@
       
     6  	# openssl libs are in /usr/sfw/lib on solaris 10
       
     7          LIBS="$LIBS -R/usr/sfw/lib"
       
     8  	# disable the linux-specific interfaces
       
     9 -	# and bmc on SPARC (there is no bmc driver for SPARC)
       
    10 -	if [[ `mach -p` = sparc ]]; then
       
    11 -		enable_intf_bmc=no
       
    12 -	else
       
    13 -		enable_intf_bmc=yes
       
    14 -	fi
       
    15 +	enable_intf_bmc=yes
       
    16  	enable_intf_imb=no
       
    17  	enable_intf_open=no
       
    18  	enable_intf_lipmi=no