From: q66 Date: Sat, 6 Dec 2025 16:53:29 +0000 (+0100) Subject: meson: drop ln --relative check X-Git-Tag: v259-rc3~20^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f40bd7af20d88e9609b997edd91df5b52ad983f8;p=thirdparty%2Fsystemd.git meson: drop ln --relative check The coreutils release that included this was in 2012. Since then, systemd requires a newer meson, mostly uses install_symlink, and so on. Additionally, where it does use this feature, it uses the '-r' short flag. There are implementations of 'ln' that do have support for '-r' but no longopts. Things will still work on those but this check will fail. --- diff --git a/meson.build b/meson.build index b4066e04f84..7fb845622dc 100644 --- a/meson.build +++ b/meson.build @@ -659,10 +659,6 @@ foreach prog : progs conf.set_quoted(name, path) endforeach -if run_command(ln, '--relative', '--help', check : false).returncode() != 0 - error('ln does not support --relative (added in coreutils 8.16)') -endif - ##################################################################### gperf_test_format = '''