From 4456328a3e5aa0a518dcb3c5c5be43fdcf31bd19 Mon Sep 17 00:00:00 2001 From: monojenkins Date: Mon, 13 Jul 2020 04:53:07 -0400 Subject: [PATCH] [mono] Disable config dir lookups on netcore (#20074) Fixes https://github.com/dotnet/runtime/issues/33079 Co-authored-by: CoffeeFlux --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index bab7614ef17..38f76cca856 100644 --- a/configure.ac +++ b/configure.ac @@ -1409,6 +1409,7 @@ if test x$with_runtime_preset = xnetcore; then mono_feature_disable_gac='yes' mono_feature_disable_perfcounters='yes' mono_feature_disable_attach='yes' + mono_feature_disable_cfgdir_config='yes' if test "x$enable_monodroid" = "x" -a "x$enable_monotouch" = "x"; then mono_feature_disable_dllmap='yes' # FIXME: the mobile products use this fi -- 2.11.4.GIT