summaryrefslogtreecommitdiff
path: root/community/xl2tpd/as-needed.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/xl2tpd/as-needed.patch')
-rw-r--r--community/xl2tpd/as-needed.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/community/xl2tpd/as-needed.patch b/community/xl2tpd/as-needed.patch
deleted file mode 100644
index 8976d298f..000000000
--- a/community/xl2tpd/as-needed.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- ./Makefile_orig 2010-10-08 15:28:50.310000058 +0400
-+++ ./Makefile 2010-10-08 15:29:57.666666723 +0400
-@@ -113,8 +113,7 @@
-
- pfc:
- $(CC) $(CFLAGS) -c contrib/pfc.c
-- $(CC) $(LDFLAGS) -lpcap $(LDLIBS) -o pfc pfc.o
--
-+ $(CC) $(LDFLAGS) -o pfc pfc.o -lpcap $(LDLIBS)
- romfs:
- $(ROMFSINST) /bin/$(EXEC)
-