[Iftop-users] small patch

Thomas Schwinge tschwinge at gmx.net
Sun, 7 Sep 2003 16:50:10 +0200


--y0ulUmNC+osPPQO6
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Hello!

You'll find a small patch attached; it'll make configure actually find
libpcap.

Regards,
 Thomas

--y0ulUmNC+osPPQO6
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="iftop-libpcap.patch"

Index: configure.in
===================================================================
RCS file: /home/pdw/vcvs/repos/iftop/configure.in,v
retrieving revision 1.13
diff -u -1 -b -p -r1.13 configure.in
--- configure.in	6 Sep 2003 13:53:57 -0000	1.13
+++ configure.in	7 Sep 2003 14:44:07 -0000
@@ -279,3 +279,3 @@ else
     if test x$test_prefix != x ; then
-        LDFLAGS="$LDFLAGS -L$test_prefix"
+        LDFLAGS="$LDFLAGS -L$test_prefix/lib"
     fi

--y0ulUmNC+osPPQO6--