Jan Engelhardt <jengelh@xxxxxxx> wrote: > On Tuesday 2013-08-13 18:37, Gustavo Zacarias wrote: > >diff --git a/iptables/Makefile.am b/iptables/Makefile.am > >index a4246eb..6390b7c 100644 > >--- a/iptables/Makefile.am > >+++ b/iptables/Makefile.am > >@@ -21,6 +21,9 @@ xtables_multi_SOURCES += ip6tables-save.c ip6tables-restore.c \ > > xtables_multi_CFLAGS += -DENABLE_IPV6 > > xtables_multi_LDADD += ../libiptc/libip6tc.la ../extensions/libext6.a > > endif > >+if HAVE_LIBNETFILTER_CONNTRACK > >+xtables_multi_LDADD += @libnetfilter_conntrack_LIBS@ > >+endif > > xtables_multi_SOURCES += xshared.c > > xtables_multi_LDADD += ../libxtables/libxtables.la -lm > > The righteous patch would be something like the following. [..] Applied to stable-1.4.20, thanks everyone. -- 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