# HG changeset patch # User Valentin Bartenev # Date 1454698105 -10800 # Node ID 3577c021f21eb4de6d09c1d624ba77ee9ee1eb6d # Parent e0d7c2f718515d4c48e5ed2a0643294da60cf2ba 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 --- 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