From: jow Date: Wed, 15 Dec 2010 09:42:56 +0000 (+0000) Subject: [packages] ipmitool: fix autoreconf X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=76a0b7c0c4fbf54b73d285debb9a6071585e6ef8;p=packages.git [packages] ipmitool: fix autoreconf git-svn-id: svn://svn.openwrt.org/openwrt/packages@24599 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/utils/ipmitool/patches/101-cross_compile.patch b/utils/ipmitool/patches/101-cross_compile.patch index 89992e8a3..319fe635e 100644 --- a/utils/ipmitool/patches/101-cross_compile.patch +++ b/utils/ipmitool/patches/101-cross_compile.patch @@ -10,3 +10,35 @@ else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ +--- a/configure.in ++++ b/configure.in +@@ -489,29 +489,6 @@ AC_ARG_ENABLE([file-security], + fi], []) + + +-AC_TRY_RUN([ +- #include +- +- struct packstruct { +- unsigned char t0 :5; +- unsigned char t1 :5; +- unsigned char t2 :5; +- unsigned char t3 :5; +- unsigned char t4 :4; +- } __attribute__ ((packed)); +- +- int +- main(int argc, char ** argv) +- { +- if(sizeof(struct packstruct) != 3) +- return(1); +- else +- return(0); +- } +- ],[],[AC_DEFINE(HAVE_PRAGMA_PACK,[1],[Define to 1 if you need to use #pragma pack instead of __attribute__ ((packed))])] +-) +- +- + dnl Generate files for build + AC_CONFIG_FILES([Makefile + doc/Makefile