summaryrefslogtreecommitdiff
path: root/community/xl2tpd
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-08-08 13:56:25 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-08-08 13:56:25 +0000
commit665308e50fd95e984da057ab8ddb6505b596b841 (patch)
tree5e25997f87cdddb052b9b26cbb285674cae6f3c2 /community/xl2tpd
parent0f9e4ba23bb6296d8bb8010f70d868fd08db9c54 (diff)
Mon Aug 8 13:56:24 UTC 2011
Diffstat (limited to 'community/xl2tpd')
-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)
-