Skip to content

Commit d434e0d

Browse files
authored
Update config
1 parent 3e83d95 commit d434e0d

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
@@ -3,6 +3,6 @@ ngx_addon_name=ngx_http_auth_jwt_module
33
ngx_module_type=HTTP
44
ngx_module_name=ngx_http_auth_jwt_module
55
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"
6-
ngx_module_libs="-l:libjansson.a -l:libjwt.a"
6+
ngx_module_libs="-l:libjansson.a -l:libjwt.a -fPIC"
77

88
. auto/module

0 commit comments

Comments
 (0)