freebsd-ports/net/vde/files/patch-vdetaplib::Makefile
Sergey Matveychuk 032fc7a937 VDE is a user-mode ethernet simulation. It's quite useful for
hooking together multiple qemu instances into a single virtual
network without needing root access.  It can also be used for
tunneling or other network simulation tasks.

PR:		ports/76874
Submitted by:	Craig Boston <craig@yekse.gank.org>
2005-03-11 13:51:32 +00:00

11 lines
360 B
Text

--- vdetaplib/Makefile Sat Jan 29 15:02:08 2005
+++ vdetaplib/Makefile Sun Jan 30 12:21:39 2005
@@ -9,7 +9,7 @@
all: vdetap libvdetap.so
libvdetap.so: libvdetap.a
- $(LD) -E -o $@ -L./ -ldl -shared -export-dynamic -Bdynamic \
+ $(LD) -E -o $@ -L./ -shared -export-dynamic -Bdynamic \
--whole-archive libvdetap.a
libvdetap.a: libvdetap.o