From c2a00bacac483960a240b0eaa4bd07cffa91656c Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Fri, 5 Feb 2016 21:48:25 +0300 Subject: [PATCH] Dynamic modules: added dlsym() to configure test. It appears that AddressSanitizer in GCC 5 intercepts dlopen() and dlclose() but not dlsym(). --- auto/unix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 " ngx_feature_path= ngx_feature_libs= -ngx_feature_test="dlopen(NULL, 0)" +ngx_feature_test="dlopen(NULL, 0); dlsym(NULL, NULL)" . auto/feature