diff options
Diffstat (limited to 'elf')
-rw-r--r-- | elf/rtld.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/rtld.c b/elf/rtld.c index 40405d15af..acbe3cdcbd 100644 --- a/elf/rtld.c +++ b/elf/rtld.c @@ -1396,7 +1396,7 @@ process_envvars (enum mode *modep, int *lazyp) if (__builtin_expect (mode, normal) == trace) *lazyp = _dl_verbose ? !bind_now : -1; else - *lazyp = !__libc_enable_secure && !bind_now; + *lazyp = !bind_now; *modep = mode; } |