Dynamic modules: added dlsym() to configure test.
It appears that AddressSanitizer in GCC 5 intercepts dlopen() and dlclose() but not dlsym().
This commit is contained in:
parent
16de1db67f
commit
e35b6055b6
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@ ngx_feature_run=no
|
|||
ngx_feature_incs="#include <dlfcn.h>"
|
||||
ngx_feature_path=
|
||||
ngx_feature_libs=
|
||||
ngx_feature_test="dlopen(NULL, 0)"
|
||||
ngx_feature_test="dlopen(NULL, 0); dlsym(NULL, NULL)"
|
||||
. auto/feature
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue