[Lunar-commits] <moonbase> iptables: add a config param to build libipq (needed by daq and snort)
Florin Braescu
florin at lunar-linux.org
Sun Nov 7 14:22:24 CET 2010
commit beece3e40b8700a20fa837732f292a89d06ccb25
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun Nov 7 15:22:24 2010 +0200
iptables: add a config param to build libipq (needed by daq and snort)
---
security/iptables/BUILD | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/security/iptables/BUILD b/security/iptables/BUILD
index cb3e568..e7dbd48 100644
--- a/security/iptables/BUILD
+++ b/security/iptables/BUILD
@@ -1,6 +1,7 @@
(
if module_installed iptables; then iptables-save -c > /etc/config.d/iptables.sav; fi
+ OPTS+=" --enable-libipq " &&
default_build &&
if [ -f /etc/config.d/iptables.sav ]; then
cat /etc/config.d/iptables.sav | iptables-restore -c &&
More information about the Lunar-commits
mailing list