mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-11 19:17: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
|
STRIP=gstrip
|
||||||
LD=gld
|
LD=gld
|
||||||
AR=gar
|
AR=gar
|
||||||
|
# disable the linux-specific interfaces
|
||||||
|
enable_intf_imb=no
|
||||||
|
enable_intf_open=no
|
||||||
|
enable_ipmievd=no
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user