We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e83d95 commit d434e0dCopy full SHA for d434e0d
config
@@ -3,6 +3,6 @@ ngx_addon_name=ngx_http_auth_jwt_module
3
ngx_module_type=HTTP
4
ngx_module_name=ngx_http_auth_jwt_module
5
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"
+ngx_module_libs="-l:libjansson.a -l:libjwt.a -fPIC"
7
8
. auto/module
0 commit comments