Hi, On Thu, 10 May 2012, Neutron Soutmun wrote: > > However, I'll find the solution for the build system when the > > --disable-dependency-tracking is being parse. > > The attached file is a patch to solve the > --disable-dependency-tracking is being parse issue and also fixes the > ipset does not build out of the source tree as the configure script > could not check for the lib/ipset_*.c. 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. Best regards, Jozsef - E-mail : kadlec@xxxxxxxxxxxxxxxxx, kadlecsik.jozsef@xxxxxxxxxxxxx PGP key : http://www.kfki.hu/~kadlec/pgp_public_key.txt Address : Wigner Research Centre for Physics, Hungarian Academy of Sciences H-1525 Budapest 114, POB. 49, Hungary -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html