From: Fred Morcos Date: Tue, 29 Aug 2023 08:45:57 +0000 (+0200) Subject: Meson: Improve warning message when PIE is disabled X-Git-Tag: rec-5.1.0-alpha1~80^2~135 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd29df18e78f6a652a2fc5afd31a563faa7ad7ec;p=thirdparty%2Fpdns.git Meson: Improve warning message when PIE is disabled --- diff --git a/meson/hardening/meson.build b/meson/hardening/meson.build index b562f02e17..0f72b055dd 100644 --- a/meson/hardening/meson.build +++ b/meson/hardening/meson.build @@ -23,7 +23,7 @@ if opt_hardening.enabled() or opt_hardening.auto() if not available if opt_hardening.auto() - warning(name + ' is not supported') + warning(name + ' is disabled or not supported') else error('Failing because ' + name + ' is not supported but hardening was explicitly requested') endif