From: Fred Morcos Date: Tue, 8 Aug 2023 21:09:45 +0000 (+0200) Subject: Meson: Redirects in meson are passed with shell escaping X-Git-Tag: rec-5.1.0-alpha1~80^2~269 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c36981f5058dc097789143ce361b858ebc7d91ac;p=thirdparty%2Fpdns.git Meson: Redirects in meson are passed with shell escaping --- diff --git a/meson/hardening/global-offset-table/meson.build b/meson/hardening/global-offset-table/meson.build index 45f97e0230..25622d6b70 100644 --- a/meson/hardening/global-offset-table/meson.build +++ b/meson/hardening/global-offset-table/meson.build @@ -1,7 +1,7 @@ # Read-only Global Offset Table # Inputs: hardening_features -ld_help = run_command(cxx, '-Wl,-help', '2>&1', check: true).stdout().strip() +ld_help = run_command(cxx, '-Wl,-help', check: true).stdout().strip() variants = ['relro', 'now'] found_variant = false foreach variant: variants