From: Fred Morcos Date: Tue, 15 Aug 2023 11:25:58 +0000 (+0200) Subject: Meson: detect some more functions X-Git-Tag: rec-5.1.0-alpha1~80^2~260 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=154a8a4f970c8c9c831b00bcda71614d3d39a168;p=thirdparty%2Fpdns.git Meson: detect some more functions --- diff --git a/meson/auth-various-functions/meson.build b/meson/auth-various-functions/meson.build index dc4da81d38..d371b28f46 100644 --- a/meson/auth-various-functions/meson.build +++ b/meson/auth-various-functions/meson.build @@ -8,6 +8,12 @@ funcs = [ 'sched_setscheduler', 'getrandom', 'arc4random', + 'getentropy', + 'arc4random_uniform', + 'arc4random_buf', + 'explicit_bzero', + 'explicit_memset', + 'memset_s', ] foreach func: funcs found = cxx.has_function(func)