From: Florian Fainelli Date: Mon, 13 Jul 2009 07:52:49 +0000 (+0000) Subject: [package] add missing cross-compilation patch from #5468, thanks swalker X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=93ecd5923b3a0b9be9e2f7b12921b773d7c5141d [package] add missing cross-compilation patch from #5468, thanks swalker SVN-Revision: 16822 --- diff --git a/utils/ipmitool/patches/101-cross_compile.patch b/utils/ipmitool/patches/101-cross_compile.patch new file mode 100644 index 0000000000..89992e8a31 --- /dev/null +++ b/utils/ipmitool/patches/101-cross_compile.patch @@ -0,0 +1,12 @@ +--- a/configure ++++ b/configure +@@ -24315,8 +24315,7 @@ if test "$cross_compiling" = yes; then + { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling + See \`config.log' for more details." >&5 + echo "$as_me: error: cannot run test program while cross compiling +-See \`config.log' for more details." >&2;} +- { (exit 1); exit 1; }; } ++See \`config.log' for more details." >&2;} } + else + cat >conftest.$ac_ext <<_ACEOF + /* confdefs.h. */