From 50162c57a680ed5e757fb0754acae723c6274f34 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Thu, 1 Apr 2010 11:53:14 +0000 Subject: [PATCH] - based on wireshark/wireshark-ac.patch Changed files: tcpdump-ac.patch -> 1.1 --- tcpdump-ac.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tcpdump-ac.patch diff --git a/tcpdump-ac.patch b/tcpdump-ac.patch new file mode 100644 index 0000000..4079b34 --- /dev/null +++ b/tcpdump-ac.patch @@ -0,0 +1,13 @@ +--- tcpdump-4.1/aclocal.m4~ 2010-04-01 14:45:32.000000000 +0300 ++++ tcpdump-4.1/aclocal.m4 2010-04-01 14:50:01.545334852 +0300 +@@ -293,8 +293,8 @@ + # Found - use it to get the include flags for + # libpcap and the flags to link with libpcap. + # +- $2="`\"$PCAP_CONFIG\" --cflags` $$2" +- libpcap="`\"$PCAP_CONFIG\" --libs`" ++ $2="`$PCAP_CONFIG --cflags` $$2" ++ libpcap="`$PCAP_CONFIG --libs`" + else + # + # Not found; look for pcap. -- 2.44.0