summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Morris <jmorris@namei.org>2006-05-24 16:12:40 +0000
committerPatrick McHardy <kaber@trash.net>2006-05-24 16:12:40 +0000
commitd718220596c970eba76b1e7f4bb82b051e27ef35 (patch)
treed4a4a438fb6d1c26d810ab5e70812c216b508e1c
parent843b9590f58a7726a06ffb3b9965f34040c292f8 (diff)
secmark: Add libip6t_SECMARK
This patch adds the shared library module for the SECMARK target (IPv6). Signed-off-by: James Morris <jmorris@namei.org>
-rw-r--r--extensions/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/Makefile b/extensions/Makefile
index 678bedcb..24cdeb0f 100644
--- a/extensions/Makefile
+++ b/extensions/Makefile
@@ -10,7 +10,7 @@ PF6_EXT_SLIB:=connmark eui64 hl icmp6 length limit mac mark multiport owner phys
ifeq ($(DO_SELINUX), 1)
PF_EXT_SE_SLIB:=SECMARK
-PF6_EXT_SE_SLIB:=
+PF6_EXT_SE_SLIB:=SECMARK
endif
# Optionals