mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 10:37:22 +00:00
ID: 3564701 - ipmitool 1.8.12 doesn't build on big endian architectures Compilation would fail on big endian architecture because BSWAP_32 was not defined in 'ipmi_chassis.c' and 'ipmi_pef.c'. The problem was '#include <ipmitool/bswap.h>' depended on WORDS_BIGENDIAN which comes from '<config.h>'. However, none of the previous header files would include '<config.h>', so it remained undefined. 'bswap.h' gets included unconditionally now. Commit for Dan Gora
Description
An open-source tool for controlling IPMI-enabled systems
5 MiB
Languages
C
95.7%
Shell
2%
Makefile
1.3%
M4
1%