netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [conntrack-tools PATCH] nfct: don't link against libnetfilter_conntrack
@ 2015-08-20 11:38 Arturo Borrero Gonzalez
  2015-08-20 18:30 ` Jan Engelhardt
  0 siblings, 1 reply; 4+ messages in thread
From: Arturo Borrero Gonzalez @ 2015-08-20 11:38 UTC (permalink / raw)
  To: netfilter-devel; +Cc: pablo

The nfct program uses none of the symbols of libnetfilter_conntrack.

Linking against it means that distributors have to maintain an useless
depedency.

This was spotted by the dpkg-shlibdeps tool.

Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
---
 src/Makefile.am |    1 -
 1 file changed, 1 deletion(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 1bc3622..a1d00f8 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -25,7 +25,6 @@ nfct_SOURCES += nfct-extensions/timeout.c
 endif
 
 nfct_LDADD = ${LIBMNL_LIBS} 			\
-	     ${LIBNETFILTER_CONNTRACK_LIBS}	\
 	     ${libdl_LIBS}
 
 if HAVE_CTTIMEOUT


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

end of thread, other threads:[~2015-08-26 18:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-20 11:38 [conntrack-tools PATCH] nfct: don't link against libnetfilter_conntrack Arturo Borrero Gonzalez
2015-08-20 18:30 ` Jan Engelhardt
2015-08-21  6:54   ` Arturo Borrero Gonzalez
2015-08-26 18:46     ` Pablo Neira Ayuso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).