Package: argus-server
Severity: serious
Version: 1:2.0.6.fixes.1-14.1

The problem is that libpcap0.8-dev moved a header which breaks 
compilation, but the package still gets created because of #258832.

Patch attached.

John Stamp


--- argus-2.0.6.fixes.1.orig/common/gencode.c
+++ argus-2.0.6.fixes.1/common/gencode.c
@@ -59,7 +59,7 @@
 #include <stdlib.h>
 #include <syslog.h>
 
-#include <net/bpf.h>
+#include <pcap-bpf.h>
 
 #include <argus_out.h>
 #include <argus_filter.h>

Reply via email to