summaryrefslogtreecommitdiffhomepage
path: root/auto/unix
diff options
context:
space:
mode:
authorValentin Bartenev <vbart@nginx.com>2016-02-05 21:48:25 +0300
committerValentin Bartenev <vbart@nginx.com>2016-02-05 21:48:25 +0300
commitc2a00bacac483960a240b0eaa4bd07cffa91656c (patch)
treed851053f6f1fe6bc2079fd24986d0495f3313adf /auto/unix
parent4814d78312508a9f7083c862736746856ec381be (diff)
downloadnginx-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().
Diffstat (limited to 'auto/unix')
-rwxr-xr-xauto/unix2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/unix b/auto/unix
index 6ca63a61d..e07df0844 100755
--- a/auto/unix
+++ b/auto/unix
@@ -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