Thu, 15 Aug 2024 22:38:03 +0200
fix http_stream_parse_chunk_header: check if the chunk starts with a digit
69 | 1 | # |
204
e870a7c8f223
replace old build system with uwproj
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
146
diff
changeset
|
2 | # clang toolchain config |
69 | 3 | # |
4 | ||
5 | CFLAGS = -g | |
453
4586d534f9b5
fix build on macos
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
204
diff
changeset
|
6 | LDFLAGS = -rdynamic |
69 | 7 | |
94
6b15a094d996
minor fixes in snprintf and build system
Mike Becker <universe@uap-core.de>
parents:
91
diff
changeset
|
8 | SHLIB_CFLAGS = -fPIC |
6b15a094d996
minor fixes in snprintf and build system
Mike Becker <universe@uap-core.de>
parents:
91
diff
changeset
|
9 | SHLIB_LDFLAGS = -shared |