summaryrefslogtreecommitdiff
path: root/net/nstx/patches
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2005-11-16 02:04:39 +0000
committerminskim <minskim@pkgsrc.org>2005-11-16 02:04:39 +0000
commit1ba0cf30332736af218ec853751f2b70b517da1e (patch)
treeb1becf68805aeff4e63238b21216f8a1fd5dab80 /net/nstx/patches
parent6096ca7f06f5b5dde757be775d58e43a0df0175f (diff)
downloadpkgsrc-1ba0cf30332736af218ec853751f2b70b517da1e.tar.gz
Import nstx from pkgsrc-wip. Packaged by pancake.
NSTX (the Nameserver Transfer Protocol) makes it possible to create IP tunnels using DNS queries and replies for IP packet encapsulation where IP traffic other than DNS isn't possible.
Diffstat (limited to 'net/nstx/patches')
-rw-r--r--net/nstx/patches/patch-aa10
1 files changed, 10 insertions, 0 deletions
diff --git a/net/nstx/patches/patch-aa b/net/nstx/patches/patch-aa
new file mode 100644
index 00000000000..6829429848d
--- /dev/null
+++ b/net/nstx/patches/patch-aa
@@ -0,0 +1,10 @@
+$NetBSD: patch-aa,v 1.1.1.1 2005/11/16 02:04:39 minskim Exp $
+
+--- Makefile.orig 2004-06-27 14:46:38.000000000 -0700
++++ Makefile
+@@ -1,5 +1,3 @@
+-CFLAGS += -ggdb -Wall -Werror
+-
+ NSTXD_SRCS = nstxd.c nstx_encode.c nstx_pstack.c nstx_dns.c nstx_tuntap.c nstx_queue.c
+ NSTXD_OBJS = ${NSTXD_SRCS:.c=.o}
+