diff options
| author | Piotr Sikora <piotrsikora@google.com> | 2016-06-27 15:00:04 -0700 |
|---|---|---|
| committer | Piotr Sikora <piotrsikora@google.com> | 2016-06-27 15:00:04 -0700 |
| commit | b3d891a47e7ec0ed55c44ea9514af292fe3399b0 (patch) | |
| tree | 64b5bf1b7d91883d4504f7234ca9bd5b93ce410a /auto/unix | |
| parent | f8c6a0800c310d880d2f2a5b23799fe9ac1abfc5 (diff) | |
| download | nginx-b3d891a47e7ec0ed55c44ea9514af292fe3399b0.tar.gz nginx-b3d891a47e7ec0ed55c44ea9514af292fe3399b0.tar.bz2 | |
Configure: fix build with -Werror=nonnull.
Signed-off-by: Piotr Sikora <piotrsikora@google.com>
Diffstat (limited to 'auto/unix')
| -rwxr-xr-x | auto/unix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
