Re: [PATCH] Don't check for __secure_getenv

2017-04-27 Thread Jakub Jelinek
On Thu, Apr 27, 2017 at 03:50:19PM +0300, Janne Blomqvist wrote: > Glibc 2.17 made __secure_getenv an officially supported function, and > renamed it secure_getenv. The libgfortran configure has checked for > both of these, per > https://sourceware.org/glibc/wiki/Tips_and_Tricks/secure_getenv. > >

[PATCH] Don't check for __secure_getenv

2017-04-27 Thread Janne Blomqvist
Glibc 2.17 made __secure_getenv an officially supported function, and renamed it secure_getenv. The libgfortran configure has checked for both of these, per https://sourceware.org/glibc/wiki/Tips_and_Tricks/secure_getenv. Unfortunately, while the dynamical library (libc.so) retains the __secure_ge