mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 18:47:22 +00:00
disable non-solaris interfaces on solaris build
This commit is contained in:
parent
ef11b94155
commit
19fc46049b
@ -67,6 +67,10 @@ solaris*)
|
||||
STRIP=gstrip
|
||||
LD=gld
|
||||
AR=gar
|
||||
# disable the linux-specific interfaces
|
||||
enable_intf_imb=no
|
||||
enable_intf_open=no
|
||||
enable_ipmievd=no
|
||||
;;
|
||||
esac
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user