This was hiding an important bug in ipmi_fru.h and is not a valid flag for older versions of gcc.
Signed-off-by: Dan Gora <d...@adax.com> --- ipmitool/configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ipmitool/configure.in b/ipmitool/configure.in index 0708795..a35cd24 100644 --- a/ipmitool/configure.in +++ b/ipmitool/configure.in @@ -33,7 +33,7 @@ AC_CHECK_FUNCS([alarm gethostbyname socket select]) AC_CHECK_FUNCS([memmove memset strchr strdup strerror]) AC_CHECK_FUNCS([getpassphrase]) -CFLAGS="$CFLAGS -fno-strict-aliasing -Wreturn-type -Wno-unused-result -Wno-packed-bitfield-compat" +CFLAGS="$CFLAGS -fno-strict-aliasing -Wreturn-type -Wno-unused-result" AM_PROG_LIBTOOL LIBTOOL="$LIBTOOL --silent" -- 1.7.7 ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_mar _______________________________________________ Ipmitool-devel mailing list Ipmitool-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipmitool-devel