]> git.kaiwu.me - nginx.git/commitdiff
Configure: fix build with -Werror=nonnull.
authorPiotr Sikora <piotrsikora@google.com>
Mon, 27 Jun 2016 22:00:04 +0000 (15:00 -0700)
committerPiotr Sikora <piotrsikora@google.com>
Mon, 27 Jun 2016 22:00:04 +0000 (15:00 -0700)
Signed-off-by: Piotr Sikora <piotrsikora@google.com>
auto/unix

index e24099cc354a2d0ebe0a62a879df6144f414e200..dbc0f0e42b4a883d57ac2daadc03fd41fc8f7fd3 100755 (executable)
--- a/auto/unix
+++ b/auto/unix
@@ -261,7 +261,7 @@ ngx_feature_run=no
 ngx_feature_incs="#include <dlfcn.h>"
 ngx_feature_path=
 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