All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] iptables: link libxtables against libnetfilter_conntrack
@ 2013-08-13 13:15 Gustavo Zacarias
  2013-08-13 13:59 ` Florian Westphal
  0 siblings, 1 reply; 5+ messages in thread
From: Gustavo Zacarias @ 2013-08-13 13:15 UTC (permalink / raw)
  To: netfilter-devel; +Cc: Gustavo Zacarias

When libnetfilter_conntrack is available libxtables needs to link
against it otherwise we get build failures.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 libxtables/Makefile.am | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/libxtables/Makefile.am b/libxtables/Makefile.am
index c5795fe..2460815 100644
--- a/libxtables/Makefile.am
+++ b/libxtables/Makefile.am
@@ -18,3 +18,6 @@ libxtables_la_LIBADD += -ldl
 else
 libxtables_la_CFLAGS  = ${AM_CFLAGS} -DNO_SHARED_LIBS=1
 endif
+if HAVE_LIBNETFILTER_CONNTRACK
+libxtables_la_LIBADD += @libnetfilter_conntrack_LIBS@
+endif
-- 
1.8.1.5


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-08-13 16:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-13 13:15 [PATCH] iptables: link libxtables against libnetfilter_conntrack Gustavo Zacarias
2013-08-13 13:59 ` Florian Westphal
2013-08-13 14:19   ` Gustavo Zacarias
2013-08-13 15:32     ` Florian Westphal
2013-08-13 16:36       ` Gustavo Zacarias

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.