File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 19
19
# IN THE SOFTWARE.
20
20
21
21
PLATFORM ?= $(shell sh -c 'uname -s | tr "[A-Z]" "[a-z]"')
22
- SONAME ?= libhttp_parser.so.2.4
22
+ SONAME ?= libhttp_parser.so.2.4.1
23
23
24
24
CC? =gcc
25
25
AR? =ar
26
26
27
+ CPPFLAGS ?=
28
+ LDFLAGS ?=
29
+
27
30
CPPFLAGS += -I.
28
31
CPPFLAGS_DEBUG = $(CPPFLAGS ) -DHTTP_PARSER_STRICT=1
29
32
CPPFLAGS_DEBUG += $(CPPFLAGS_DEBUG_EXTRA )
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ extern "C" {
27
27
/* Also update SONAME in the Makefile whenever you change these. */
28
28
#define HTTP_PARSER_VERSION_MAJOR 2
29
29
#define HTTP_PARSER_VERSION_MINOR 4
30
- #define HTTP_PARSER_VERSION_PATCH 0
30
+ #define HTTP_PARSER_VERSION_PATCH 1
31
31
32
32
#include <sys/types.h>
33
33
#if defined(_WIN32 ) && !defined(__MINGW32__ ) && (!defined(_MSC_VER ) || _MSC_VER < 1600 )
You can’t perform that action at this time.
0 commit comments