diff options
| author | Valentin Bartenev <vbart@nginx.com> | 2016-02-05 21:48:25 +0300 |
|---|---|---|
| committer | Valentin Bartenev <vbart@nginx.com> | 2016-02-05 21:48:25 +0300 |
| commit | c2a00bacac483960a240b0eaa4bd07cffa91656c (patch) | |
| tree | d851053f6f1fe6bc2079fd24986d0495f3313adf | |
| parent | 4814d78312508a9f7083c862736746856ec381be (diff) | |
| download | nginx-c2a00bacac483960a240b0eaa4bd07cffa91656c.tar.gz nginx-c2a00bacac483960a240b0eaa4bd07cffa91656c.tar.bz2 | |
Dynamic modules: added dlsym() to configure test.
It appears that AddressSanitizer in GCC 5 intercepts dlopen() and dlclose()
but not dlsym().
| -rwxr-xr-x | auto/unix | 2 |
1 files changed, 1 insertions, 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 |
