Skip to content
This repository was archived by the owner on Mar 10, 2024. It is now read-only.

Commit 69e6e53

Browse files
Fix link with jansson (TeslaGov#63)
jansson/lib/libjansson.a(value.o): In function `json_real': value.c:(.text+0x3134): undefined reference to `__isnan' value.c:(.text+0x314c): undefined reference to `__isinf' jansson/lib/libjansson.a(value.o): In function `json_real_set': value.c:(.text+0x3294): undefined reference to `__isnan' value.c:(.text+0x32ac): undefined reference to `__isinf' collect2: error: ld returned 1 exit status Co-authored-by: Josh McCullough <[email protected]>
1 parent d7c3cb4 commit 69e6e53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ ngx_module_type=HTTP
22
ngx_addon_name=ngx_http_auth_jwt_module
33
ngx_module_name=$ngx_addon_name
44
ngx_module_srcs="${ngx_addon_dir}/src/ngx_http_auth_jwt_binary_converters.c ${ngx_addon_dir}/src/ngx_http_auth_jwt_header_processing.c ${ngx_addon_dir}/src/ngx_http_auth_jwt_string.c ${ngx_addon_dir}/src/ngx_http_auth_jwt_module.c"
5-
ngx_module_libs="-ljansson -ljwt"
5+
ngx_module_libs="-ljansson -ljwt -lm"
66

77
. auto/module

0 commit comments

Comments
 (0)