]> git.pld-linux.org Git - packages/etherape.git/commitdiff
- net/bdf.h is obsolete - look for pcap-bdf.h
authoradgor <adgor@pld-linux.org>
Thu, 18 Mar 2004 23:34:11 +0000 (23:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    etherape-bdf_h.patch -> 1.1

etherape-bdf_h.patch [new file with mode: 0644]

diff --git a/etherape-bdf_h.patch b/etherape-bdf_h.patch
new file mode 100644 (file)
index 0000000..68ee59e
--- /dev/null
@@ -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.))
+       #
This page took 0.187009 seconds and 4 git commands to generate.