buildroot/package/libhtp/Config.in
Fabrice Fontaine 380375d380 package/libhtp: new package
LibHTP is a security-aware parser for the HTTP protocol and the related
bits and pieces.

https://github.com/OISF/libhtp

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
[Thomas: always disable SSP, let our gcc/wrapper handle that]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2019-04-13 22:41:28 +02:00

10 lines
253 B
Plaintext

config BR2_PACKAGE_LIBHTP
bool "libhtp"
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
select BR2_PACKAGE_ZLIB
help
LibHTP is a security-aware parser for the HTTP protocol and
the related bits and pieces.
https://github.com/OISF/libhtp