]> granicus.if.org Git - pdns/commit
Check compiler for relro support instead of linker
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Fri, 20 Feb 2015 16:51:38 +0000 (16:51 +0000)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Mon, 23 Feb 2015 15:02:19 +0000 (16:02 +0100)
commitd09931d8074bc67656aa28c8e5cd8631de0e3a36
treeb549d0b6d047d8c8d8a7197ba20c16deb0c7e2c2
parent5f57ee8229fe2dd604e8c273520c5164a77476a6
Check compiler for relro support instead of linker

We use the compiler for linking in most cases
instead of calling ld directly.

Do this the same way as we do for the recursor.
Fixes #2172

(cherry picked from commit cc8ac2e97d16c01a6e4c10914d848d228f7494b5)
m4/pdns_relro.m4