]> git.ipfire.org Git - thirdparty/pdns.git/commit
Meson: Better handling of relro and support full relro
authorFred Morcos <fred.morcos@open-xchange.com>
Thu, 28 Sep 2023 09:59:38 +0000 (11:59 +0200)
committerFred Morcos <fred.morcos@open-xchange.com>
Wed, 20 Mar 2024 12:28:51 +0000 (13:28 +0100)
commitc3ad3c3bb87f22ca7b843118f79e9d1f20b34ec7
treee3b80a4169ff1ead75720727f926b4da51ab4ff3
parentc134d0aaa2998915287057f96ed14180438744b0
Meson: Better handling of relro and support full relro

This changes the way relro is detected by avoiding the use of the linker's help text and
instead relies on querying the compiler and linker for whether they support the specific
arguments.
meson/hardening/global-offset-table/meson.build [deleted file]
meson/hardening/meson.build
meson/hardening/relro-full/meson.build [new file with mode: 0644]
meson/hardening/relro/meson.build [new file with mode: 0644]
meson_options.txt