]> git.ipfire.org Git - thirdparty/pdns.git/commit
Allow use of --enable-asan under clang 2785/head
authorChristian Hofstaedtler <christian.hofstaedtler@deduktiva.com>
Sun, 11 Oct 2015 10:59:32 +0000 (12:59 +0200)
committerChristian Hofstaedtler <christian.hofstaedtler@deduktiva.com>
Sun, 11 Oct 2015 11:01:01 +0000 (13:01 +0200)
commitd1840ef2ab511bc7edf1267789662fde13a91360
tree238752cd98cf9d392a409993cbb8b0b894bb08dc
parentade4cedfabf4643abb20ab3840f4e0586c73c2a5
Allow use of --enable-asan under clang

Apply the industry standard solution, as clang with
-fsanitize=address apparently enables _FORTIFY_SOURCE, leading
to a redefinition.
m4/pdns_d_fortify_source.m4