From d8832e52ab8cc4496d62dbc8c8fd8b29f1e85176 Mon Sep 17 00:00:00 2001 From: Bernhard Walle Date: Tue, 15 May 2012 21:13:01 +0200 Subject: iptables: Add option to build and install libipq Signed-off-by: Bernhard Walle Signed-off-by: Michael Olbrich --- rules/iptables.make | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'rules/iptables.make') diff --git a/rules/iptables.make b/rules/iptables.make index 4f4ba7a13..9030703b7 100644 --- a/rules/iptables.make +++ b/rules/iptables.make @@ -53,7 +53,7 @@ IPTABLES_AUTOCONF := \ --enable-devel \ --$(call ptx/endis, PTXCONF_IPTABLES_IPV4)-ipv4 \ --$(call ptx/endis, PTXCONF_IPTABLES_IPV6)-ipv6 \ - --disable-libipq + --$(call ptx/endis, PTXCONF_IPTABLES_LIBIPQ)-libipq # ---------------------------------------------------------------------------- # Install @@ -83,6 +83,10 @@ $(STATEDIR)/iptables.targetinstall: @$(call install_lib, iptables, 0, 0, 0644, libiptc) @$(call install_lib, iptables, 0, 0, 0644, libxtables) +ifdef PTXCONF_IPTABLES_LIBIPQ + @$(call install_lib, iptables, 0, 0, 0644, libipq) +endif + @cd $(IPTABLES_PKGDIR)/usr/lib && \ for file in libxt_*.so; do \ $(call install_copy, iptables, 0, 0, 0644, -,\ -- cgit v1.2.3