pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/ipsec-tools Disable nat-t by default as the k...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1d58cbf510d7
branches:  trunk
changeset: 483323:1d58cbf510d7
user:      manu <manu%pkgsrc.org@localhost>
date:      Wed Nov 10 16:44:51 2004 +0000

description:
Disable nat-t by default as the kernel does not have support for it
without an unofficial patch yet.

diffstat:

 security/ipsec-tools/Makefile |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r e8b126052858 -r 1d58cbf510d7 security/ipsec-tools/Makefile
--- a/security/ipsec-tools/Makefile     Wed Nov 10 16:44:48 2004 +0000
+++ b/security/ipsec-tools/Makefile     Wed Nov 10 16:44:51 2004 +0000
@@ -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_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



Home | Main Index | Thread Index | Old Index