From: Justin Pettit Date: Tue, 19 Aug 2008 05:13:36 +0000 (-0700) Subject: Link to the normal OpenFlow lib directory, not this hidden one. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=829f7d396138fcd177b62d97b45920b837f02d65;p=openvswitch Link to the normal OpenFlow lib directory, not this hidden one. --- diff --git a/third-party/ofp-tcpdump.patch b/third-party/ofp-tcpdump.patch index eef33c3b..c1af3128 100644 --- a/third-party/ofp-tcpdump.patch +++ b/third-party/ofp-tcpdump.patch @@ -27,7 +27,7 @@ diff -rNu tcpdump/Makefile.in tcpdump/Makefile.in # Standard LDFLAGS -LDFLAGS = @LDFLAGS@ -+LDFLAGS = @LDFLAGS@ -L../../lib/.libs ++LDFLAGS = @LDFLAGS@ -L../../lib # Standard LIBS -LIBS = @LIBS@