netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] iptables: Link libext_arpt to static build
@ 2015-11-23 10:18 Daniel Wagner
  2015-11-25 19:45 ` Pablo Neira Ayuso
  0 siblings, 1 reply; 4+ messages in thread
From: Daniel Wagner @ 2015-11-23 10:18 UTC (permalink / raw)
  To: netfilter-devel; +Cc: Daniel Wagner

The libext_arpt is not included when linking the static version of
iptables.

Signed-off-by: Daniel Wagner <daniel.wagner@bmw-carit.de>
---
Hi,

I had some troubles getting a static version of iptables. Not sure
if I fixed it correctly. Anyway I am able to proceed with testing.

cheers,
daniel

iptables/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/iptables/Makefile.am b/iptables/Makefile.am
index 132fe5f..29e7fe1 100644
--- a/iptables/Makefile.am
+++ b/iptables/Makefile.am
@@ -41,7 +41,7 @@ xtables_compat_multi_SOURCES += xtables-save.c xtables-restore.c \
 				xtables-arp-standalone.c xtables-arp.c \
 				getethertype.c nft-bridge.c \
 				xtables-eb-standalone.c xtables-eb.c
-xtables_compat_multi_LDADD   += ${libmnl_LIBS} ${libnftnl_LIBS} ../extensions/libext4.a ../extensions/libext6.a ../extensions/libext_ebt.a
+xtables_compat_multi_LDADD   += ${libmnl_LIBS} ${libnftnl_LIBS} ../extensions/libext4.a ../extensions/libext6.a ../extensions/libext_ebt.a ../extensions/libext_arpt.a
 # yacc and lex generate dirty code
 xtables_compat_multi-xtables-config-parser.o xtables_compat_multi-xtables-config-syntax.o: AM_CFLAGS += -Wno-missing-prototypes -Wno-missing-declarations -Wno-implicit-function-declaration -Wno-nested-externs -Wno-undef -Wno-redundant-decls
 xtables_compat_multi_SOURCES += xshared.c
-- 
2.4.3


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

end of thread, other threads:[~2015-12-09 12:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-23 10:18 [PATCH] iptables: Link libext_arpt to static build Daniel Wagner
2015-11-25 19:45 ` Pablo Neira Ayuso
2015-11-26  6:42   ` Daniel Wagner
2015-12-09 12:53     ` 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).