]> git.ipfire.org Git - thirdparty/kmod.git/commit
build: stop checking for __secure_getenv
authorEmil Velikov <emil.l.velikov@gmail.com>
Sun, 15 Sep 2024 00:40:37 +0000 (01:40 +0100)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Tue, 17 Sep 2024 03:01:35 +0000 (22:01 -0500)
commit9dc54a34458922bddf766d2d2643bbb3dffe3282
treedf8e931f9083ea4003915100f1f8b293c1e6df47
parent0766f541927f50879599e62fdaa5a2e51b9791d3
build: stop checking for __secure_getenv

Currently we check for both __secure_getenv and secure_getenv. The
former was introduced with glibc 2.2.5 as internal(?) API, while the
has been part of glibc 2.17, circa 2012.

Drop the former check. It may have been required over 10 years ago, but
not any more.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/131
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
configure.ac
meson.build