blob: e7b705f9840fe3ffe63c78ecffe319cf8cae7a04 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# Generated by devtools/yamaker from nixpkgs 22.11.
LIBRARY()
LICENSE(MIT)
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
VERSION(2.9.4)
ORIGINAL_SOURCE(https://github.com/nodejs/http-parser/archive/v2.9.4.tar.gz)
ADDINCL(
contrib/restricted/http-parser
)
NO_COMPILER_WARNINGS()
NO_RUNTIME()
CFLAGS(
-DHTTP_MAX_HEADER_SIZE=0x7fffffff
-DHTTP_PARSER_STRICT=0
)
SRCS(
http_parser.c
)
END()
|