mirror of
https://git.yoctoproject.org/meta-security
synced 2026-04-20 23:40:05 +00:00
16 lines
366 B
BlitzBasic
16 lines
366 B
BlitzBasic
SUMMARY = "LibHTP is a security-aware parser for the HTTP protocol and the related bits and pieces."
|
|
|
|
require suricata.inc
|
|
|
|
LIC_FILES_CHKSUM = "file://../LICENSE;beginline=1;endline=2;md5=1fbd81241fe252ec0f5658a521ab7dd8"
|
|
|
|
DEPENDS = "zlib"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
CFLAGS += "-D_DEFAULT_SOURCE"
|
|
|
|
S = "${WORKDIR}/suricata-2.0.8/${BPN}"
|
|
|
|
RDEPENDS_${PN} += "zlib"
|