@@ -, +, @@ --- iptables/Makefile.am | 1 + 1 file changed, 1 insertion(+) --- a/iptables/Makefile.am +++ a/iptables/Makefile.am @@ -26,6 +26,7 @@ xtables_legacy_multi_LDADD += ../libiptc/libip6tc.la ../extensions/libext6.a endif xtables_legacy_multi_SOURCES += xshared.c xtables_legacy_multi_LDADD += ../libxtables/libxtables.la -lm +xtables_legacy_multi_LDADD += ${libnetfilter_conntrack_LIBS} # iptables using nf_tables api if ENABLE_NFTABLES --