summaryrefslogtreecommitdiff
path: root/community/xl2tpd/as-needed.patch
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-04-05 14:26:38 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-04-05 14:26:38 +0000
commit415856bdd4f48ab4f2732996f0bae58595092bbe (patch)
treeede2018b591f6dfb477fe9341ba17b9bc000fab9 /community/xl2tpd/as-needed.patch
Tue Apr 5 14:26:38 UTC 2011
Diffstat (limited to 'community/xl2tpd/as-needed.patch')
-rw-r--r--community/xl2tpd/as-needed.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/community/xl2tpd/as-needed.patch b/community/xl2tpd/as-needed.patch
new file mode 100644
index 000000000..8976d298f
--- /dev/null
+++ b/community/xl2tpd/as-needed.patch
@@ -0,0 +1,12 @@
+--- ./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)
+