]> git.ipfire.org Git - thirdparty/shadow.git/commit
configure.ac: be deterministic about passwd location
authorChris Hofstaedtler <zeha@debian.org>
Mon, 24 Feb 2025 21:50:01 +0000 (22:50 +0100)
committerAlejandro Colomar <alx@kernel.org>
Sun, 2 Mar 2025 06:59:56 +0000 (07:59 +0100)
commitf9c2096c0be797cd04a47c241656f9b9cc933ae4
treefa17d7dba44e2220145f29be68551d79de23c352
parent00c78bfab3ce05a62393d113a247574f5038a90f
configure.ac: be deterministic about passwd location

Statically set PASSWD_PROGRAM depending on exec_prefix, and not by where
the passwd program was at configure time.

Depending on the specific build situation before, this may or may not
change the embedded passwd program path. Also configure.ac sets
exec_prefix=/ for prefix=/usr, so this might be a bit confusing, but
at least deterministic.

Closes: #1224
Signed-off-by: Chris Hofstaedtler <zeha@debian.org>
configure.ac