commit | ae6cafbdea1e99e745d75e84b9a9d0d0d1797a24 | [log] [tgz] |
---|---|---|
author | Valentin Bartenev <vbart@nginx.com> | Fri Feb 05 21:48:25 2016 +0300 |
committer | Valentin Bartenev <vbart@nginx.com> | Fri Feb 05 21:48:25 2016 +0300 |
tree | d851053f6f1fe6bc2079fd24986d0495f3313adf | |
parent | 7914be82d05db1b0ec29088d53960b9b305340b6 [diff] [blame] |
Dynamic modules: added dlsym() to configure test. It appears that AddressSanitizer in GCC 5 intercepts dlopen() and dlclose() but not dlsym().
diff --git a/auto/unix b/auto/unix index 6ca63a6..e07df08 100755 --- a/auto/unix +++ b/auto/unix
@@ -260,7 +260,7 @@ 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