]> git.pld-linux.org Git - packages/tcpdump.git/commitdiff
- based on wireshark/wireshark-ac.patch
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 1 Apr 2010 11:53:14 +0000 (11:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    tcpdump-ac.patch -> 1.1

tcpdump-ac.patch [new file with mode: 0644]

diff --git a/tcpdump-ac.patch b/tcpdump-ac.patch
new file mode 100644 (file)
index 0000000..4079b34
--- /dev/null
@@ -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.
This page took 0.036169 seconds and 4 git commands to generate.