]> git.ipfire.org Git - thirdparty/systemd.git/commit
meson: drop ln --relative check
authorq66 <q66@chimera-linux.org>
Sat, 6 Dec 2025 16:53:29 +0000 (17:53 +0100)
committerq66 <q66@chimera-linux.org>
Mon, 8 Dec 2025 20:35:28 +0000 (21:35 +0100)
commitf40bd7af20d88e9609b997edd91df5b52ad983f8
tree77dcc25b5da1760fdd3f4ed7b577248c0d2f2d0c
parent9b42cc3b12c17a4b02d713b2ad499a74acecea1f
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.
meson.build