From b97453c3e632b3b8024efce768ab1cad2f889151 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Mon, 18 Jun 2018 09:28:55 -0400 Subject: [PATCH] Meson: Add comment telling why we test strlcpy/strlcat --- meson.build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meson.build b/meson.build index 1038a5698..6edfeafe4 100644 --- a/meson.build +++ b/meson.build @@ -1767,6 +1767,8 @@ if host_system != 'windows' and get_option('xattr') endif endif +# Test if we have strlcpy/strlcat with a compatible implementation: +# https://bugzilla.gnome.org/show_bug.cgi?id=53933 if cc_can_run rres = cc.run('''#include #include