From 1d2f4c3d7eb32a01e3ea75816f9ec09add6500db Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 18 May 2022 09:48:43 +0200 Subject: [PATCH 4/7] meson: Remove checks for random and srandom Removed by 3804539e48e794781c6145c7f988f5d507418fa8. --- meson.build | 2 -- 1 file changed, 2 deletions(-) diff --git a/meson.build b/meson.build index 20dea263a2..e6dfb63981 100644 --- a/meson.build +++ b/meson.build @@ -1906,7 +1906,6 @@ func_checks = [ ['pstat'], ['pthread_is_threaded_np', {'dependencies': [thread_dep]}], ['pwrite'], - ['random'], ['readlink'], ['readv'], ['setenv'], # FIXME: windows handling @@ -1915,7 +1914,6 @@ func_checks = [ ['setsid'], ['shm_open', {'dependencies': [rt_dep]}], ['shm_unlink', {'dependencies': [rt_dep]}], - ['srandom'], ['strchrnul'], ['strerror_r', {'dependencies': [thread_dep]}], ['strlcat'], -- 2.35.1