From: Zbigniew Jędrzejewski-Szmek Date: Mon, 17 Jan 2022 10:49:41 +0000 (+0100) Subject: meson: drop unused SYSTEMD_STDIO_BRIDGE_BINARY_PATH X-Git-Tag: v251-rc1~516^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F22147%2Fhead;p=thirdparty%2Fsystemd.git meson: drop unused SYSTEMD_STDIO_BRIDGE_BINARY_PATH The whole point of systemd-stdio-bridge is to be executed on "foreign" systems where the path might be different, so we use $PATH to find the binary everywhere. --- diff --git a/meson.build b/meson.build index 910862ed367..312439015fd 100644 --- a/meson.build +++ b/meson.build @@ -250,7 +250,6 @@ conf.set_quoted('SYSTEMD_LANGUAGE_FALLBACK_MAP', pkgdatadir / 'lang conf.set_quoted('SYSTEMD_MAKEFS_PATH', rootlibexecdir / 'systemd-makefs') conf.set_quoted('SYSTEMD_PULL_PATH', rootlibexecdir / 'systemd-pull') conf.set_quoted('SYSTEMD_SHUTDOWN_BINARY_PATH', rootlibexecdir / 'systemd-shutdown') -conf.set_quoted('SYSTEMD_STDIO_BRIDGE_BINARY_PATH', bindir / 'systemd-stdio-bridge') conf.set_quoted('SYSTEMD_TEST_DATA', testsdir / 'testdata') conf.set_quoted('SYSTEMD_TTY_ASK_PASSWORD_AGENT_BINARY_PATH', rootbindir / 'systemd-tty-ask-password-agent') conf.set_quoted('SYSTEMD_UPDATE_HELPER_PATH', rootlibexecdir / 'systemd-update-helper')