mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 13:18:36 -09:00
Openscap code is calling NPTL functions such as pthread_barrier_wait, which are not provided by pthreads. Make the requirement on NPTL threads explicit by adding the corresponding dependency in openscap Config.in. Fixes: https://autobuild.buildroot.org/results/2d9475b7cd2d413c99d6233ebb213bc932f1e398/ Signed-off-by: Alexis Lothoré <alexis.lothore@bootlin.com> Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>