From 529c44c29cbbc12d1b9b42cdfb5f85969907f673 Mon Sep 17 00:00:00 2001 From: adgor Date: Thu, 18 Mar 2004 23:34:11 +0000 Subject: [PATCH] - net/bdf.h is obsolete - look for pcap-bdf.h Changed files: etherape-bdf_h.patch -> 1.1 --- etherape-bdf_h.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 etherape-bdf_h.patch diff --git a/etherape-bdf_h.patch b/etherape-bdf_h.patch new file mode 100644 index 0000000..68ee59e --- /dev/null +++ b/etherape-bdf_h.patch @@ -0,0 +1,13 @@ +--- etherape-0.9.0/acinclude.m4.orig 2001-04-19 18:56:23.000000000 +0200 ++++ etherape-0.9.0/acinclude.m4 2004-03-19 00:23:02.761350088 +0100 +@@ -131,8 +131,8 @@ + fi + + # Pcap header checks +- AC_CHECK_HEADER(net/bpf.h,, +- AC_MSG_ERROR([[Header file net/bpf.h not found; if you installed libpcap from source, did you also do \"make install-incl\"?]])) ++ AC_CHECK_HEADER(pcap-bpf.h,, ++ AC_MSG_ERROR([[Header file pcap-bpf.h not found.]])) + AC_CHECK_HEADER(pcap.h,, AC_MSG_ERROR(Header file pcap.h not found.)) + + # -- 2.43.0