]> git.pld-linux.org Git - packages/etherape.git/blob - etherape-bdf_h.patch
- net/bdf.h is obsolete - look for pcap-bdf.h
[packages/etherape.git] / etherape-bdf_h.patch
1 --- etherape-0.9.0/acinclude.m4.orig    2001-04-19 18:56:23.000000000 +0200
2 +++ etherape-0.9.0/acinclude.m4 2004-03-19 00:23:02.761350088 +0100
3 @@ -131,8 +131,8 @@
4         fi
5  
6         # Pcap header checks
7 -       AC_CHECK_HEADER(net/bpf.h,,
8 -           AC_MSG_ERROR([[Header file net/bpf.h not found; if you installed libpcap from source, did you also do \"make install-incl\"?]]))
9 +       AC_CHECK_HEADER(pcap-bpf.h,,
10 +           AC_MSG_ERROR([[Header file pcap-bpf.h not found.]]))
11         AC_CHECK_HEADER(pcap.h,, AC_MSG_ERROR(Header file pcap.h not found.))
12  
13         #
This page took 0.030841 seconds and 3 git commands to generate.