diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf index 27e587fb35..0cda720270 100644 --- a/Configurations/10-main.conf +++ b/Configurations/10-main.conf @@ -1097,7 +1097,7 @@ my %targets = ( thread_scheme => "pthreads", dso_scheme => "dlfcn", shared_target => "aix", - module_ldflags => "-Wl,-G,-bsymbolic,-bexpall", + module_ldflags => "-Wl,-G,-bsymbolic,-bnoentry", shared_ldflag => "-Wl,-G,-bsymbolic,-bnoentry", shared_defflag => "-Wl,-bE:", perl_platform => 'AIX',