mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 10:37:22 +00:00
ID: 269 - Fixes for configure.in for cross compilation
Commit removes '-Wno-unused-result' from configure.in This used to be tracked under ID#65.
This commit is contained in:
parent
aebc7d3616
commit
2c6ca03f8a
@ -33,7 +33,7 @@ AC_CHECK_FUNCS([alarm gethostbyname socket select])
|
|||||||
AC_CHECK_FUNCS([memmove memset strchr strdup strerror])
|
AC_CHECK_FUNCS([memmove memset strchr strdup strerror])
|
||||||
AC_CHECK_FUNCS([getpassphrase])
|
AC_CHECK_FUNCS([getpassphrase])
|
||||||
|
|
||||||
CFLAGS="$CFLAGS -fno-strict-aliasing -Wreturn-type -Wno-unused-result"
|
CFLAGS="$CFLAGS -fno-strict-aliasing -Wreturn-type"
|
||||||
|
|
||||||
AM_PROG_LIBTOOL
|
AM_PROG_LIBTOOL
|
||||||
LIBTOOL="$LIBTOOL --silent"
|
LIBTOOL="$LIBTOOL --silent"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user