mirror of
https://github.com/nginx/nginx.git
synced 2025-06-12 21:52:41 +08:00
Configure: fix build with -Werror=nonnull.
Signed-off-by: Piotr Sikora <piotrsikora@google.com>
This commit is contained in:
parent
f8c6a0800c
commit
b3d891a47e
@ -261,7 +261,7 @@ ngx_feature_run=no
|
|||||||
ngx_feature_incs="#include <dlfcn.h>"
|
ngx_feature_incs="#include <dlfcn.h>"
|
||||||
ngx_feature_path=
|
ngx_feature_path=
|
||||||
ngx_feature_libs=
|
ngx_feature_libs=
|
||||||
ngx_feature_test="dlopen(NULL, RTLD_NOW | RTLD_GLOBAL); dlsym(NULL, NULL)"
|
ngx_feature_test="dlopen(NULL, RTLD_NOW | RTLD_GLOBAL); dlsym(NULL, \"\")"
|
||||||
. auto/feature
|
. auto/feature
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user