]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Meson: Improve warning message when PIE is disabled
authorFred Morcos <fred.morcos@open-xchange.com>
Tue, 29 Aug 2023 08:45:57 +0000 (10:45 +0200)
committerFred Morcos <fred.morcos@open-xchange.com>
Wed, 20 Mar 2024 12:28:48 +0000 (13:28 +0100)
meson/hardening/meson.build

index b562f02e172a2e7f61f8acdc9b84e1ac75eb9028..0f72b055dd9456bf410cb6bef6a09a4890661ba8 100644 (file)
@@ -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