summaryrefslogtreecommitdiff
path: root/net/rp-l2tp/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'net/rp-l2tp/patches/patch-ah')
-rw-r--r--net/rp-l2tp/patches/patch-ah17
1 files changed, 0 insertions, 17 deletions
diff --git a/net/rp-l2tp/patches/patch-ah b/net/rp-l2tp/patches/patch-ah
deleted file mode 100644
index e1c583b830a..00000000000
--- a/net/rp-l2tp/patches/patch-ah
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-ah,v 1.1.2.1 2008/03/11 08:53:34 rtr Exp $
-
---- handlers/Makefile.in.orig 2008-03-10 15:31:14.000000000 +1100
-+++ handlers/Makefile.in
-@@ -28,10 +28,10 @@ cmd-control.o: cmd-control.c
- gcc $(CFLAGS) -fPIC -c -o $@ $<
-
- sync-pppd.so: pty.o sync-pppd.o
-- gcc -shared -o $@ $^
-+ gcc -shared $(LDFLAGS) -o $@ $^
-
- cmd.so: cmd.o dstring.o
-- gcc -shared -o $@ $^
-+ gcc -shared $(LDFLAGS) -o $@ $^
-
- clean:
- rm -f *.so *.o *~