[PATCH] Fix meson function tests
authorBernd Schubert <bschubert@ddn.com>
Thu, 24 Apr 2025 14:49:08 +0000 (16:49 +0200)
committerPeter Michael Green <plugwash@raspbian.org>
Fri, 16 May 2025 19:59:04 +0000 (19:59 +0000)
commit656dfcf970f0119e6b28fd53f76cf1aabb39149c
tree5c36847e97e8312266341de65cd8cdc30f380267
parentc8f66cc621ffa25e6cb8336792ca32f90b1fb4ae
[PATCH] Fix meson function tests

Several meson tests were incorrectly failing

Checking for function "static_assert" : NO (cached)
Checking for function "pthread_setname_np" : NO (cached)
Check usable header "#include <linux/close_range.h>" : NO (cached)

These functions get now tested with compilation tests
and get found on my system.

Checking if "static_assert check" compiles: YES
Checking if "pthread_setname_np check" compiles: YES
Checking if "close_range check" compiles: YES

Signed-off-by: Bernd Schubert <bschubert@ddn.com>
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Gbp-Pq: Name Fix_meson_function_tests.patch
meson.build