Richard Marian Thomaiyar | 14fddef | 2018-07-13 23:55:56 +0530 | [diff] [blame] | 1 | SUMMARY = "LibHTP is a security-aware parser for the HTTP protocol and the related bits and pieces." |
2 | |||||
3 | require suricata.inc | ||||
4 | |||||
5 | LIC_FILES_CHKSUM = "file://../LICENSE;beginline=1;endline=2;md5=c70d8d3310941dcdfcd1e02800a1f548" | ||||
6 | |||||
7 | DEPENDS = "zlib" | ||||
8 | |||||
9 | inherit autotools pkgconfig | ||||
10 | |||||
11 | CFLAGS += "-D_DEFAULT_SOURCE" | ||||
12 | |||||
13 | S = "${WORKDIR}/suricata-${VER}/${BPN}" | ||||
14 | |||||
15 | RDEPENDS_${PN} += "zlib" |