On Thu, May 10, 2012 at 10:52 PM, Neutron Soutmun <neo.neutron@xxxxxxxxx> wrote: > Hi, > > On Thu, May 10, 2012 at 10:27 PM, Jozsef Kadlecsik > <kadlec@xxxxxxxxxxxxxxxxx> wrote: >> Hi, >> >> On Thu, 10 May 2012, Neutron Soutmun wrote: >> >> What about the next much simpler patch to force dependency tracking? >> >> diff --git a/configure.ac b/configure.ac >> index d9a71d3..af8fe0b 100644 >> --- a/configure.ac >> +++ b/configure.ac >> @@ -145,6 +145,9 @@ AM_CONDITIONAL([ENABLE_SHARED], [test >> "x$enable_shared" = xyes]) >> dnl Checks for programs >> : ${CFLAGS=""} >> >> +dnl Enable dependency tracking unconditionally >> +: ${enable_dependency_tracking=yes} >> + >> AC_PROG_CC >> AM_PROG_CC_C_O >> AC_PROG_LIBTOOL >> >> It seems to solve the issue just fine. > > I think it's too aggressive as some people require this option > "--disable-dependency-tracking speeds up one-time build", > eg, Debian package build, perhaps Fedora/RedHat rpm build also. > > BTW, this patch is based on the Makefile.in that auto-generated by > autotools, hence, IMO - it's trivial solution. s/this patch/my proposed patch -- To unsubscribe from this list: send the line "unsubscribe netfilter" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html