| commit | 9004c48f99db8f2b82424e9c8f766a498c219b0a | [log] [tgz] |
|---|---|---|
| author | Piotr Sikora <piotrsikora@google.com> | Mon Jun 27 15:00:04 2016 -0700 |
| committer | Piotr Sikora <piotrsikora@google.com> | Mon Jun 27 15:00:04 2016 -0700 |
| tree | 64b5bf1b7d91883d4504f7234ca9bd5b93ce410a | |
| parent | a852d776b4462ea1969b87c41aa6bcbb304010fb [diff] |
Configure: fix build with -Werror=nonnull. Signed-off-by: Piotr Sikora <piotrsikora@google.com>
diff --git a/auto/unix b/auto/unix index e24099c..dbc0f0e 100755 --- a/auto/unix +++ b/auto/unix
@@ -261,7 +261,7 @@ 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