summaryrefslogtreecommitdiff
path: root/security/ipsec-tools
diff options
context:
space:
mode:
authormanu <manu>2004-11-10 16:44:51 +0000
committermanu <manu>2004-11-10 16:44:51 +0000
commit2d0fb8d12b43fce99a1c09eea0bc4f8e8d84c781 (patch)
tree4cd278a75540ffe2e3c6b0b2a283b20a01f8a652 /security/ipsec-tools
parent820cb7d876cd38c1aa96e9527dce913bc4dd6555 (diff)
downloadpkgsrc-2d0fb8d12b43fce99a1c09eea0bc4f8e8d84c781.tar.gz
Disable nat-t by default as the kernel does not have support for it
without an unofficial patch yet.
Diffstat (limited to 'security/ipsec-tools')
-rw-r--r--security/ipsec-tools/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/security/ipsec-tools/Makefile b/security/ipsec-tools/Makefile
index fcfafb1c35f..ef226555698 100644
--- a/security/ipsec-tools/Makefile
+++ b/security/ipsec-tools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/11/10 09:11:34 xtraeme Exp $
+# $NetBSD: Makefile,v 1.5 2004/11/10 16:44:51 manu Exp $
#
DISTNAME= ipsec-tools-0.5.pre20041109
@@ -15,8 +15,10 @@ USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --with-libradius --enable-natt
-CONFIGURE_ARGS+= --enable-frag --enable-hybrid
+CONFIGURE_ARGS+= --with-libradius --enable-frag --enable-hybrid
+
+# Require a kernel patch not integrated yet (IPR problem)
+#CONFIGURE_ARGS+= --enable-natt
SAMPLE_DIR= ${WRKSRC}/src/racoon/samples
EXAMPLE_DIR= ${PREFIX}/share/examples/ipsec-tools