]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
libxcrypt: correct the check for a working libucontext.h
authorRoss Burton <ross.burton@arm.com>
Wed, 19 Jun 2024 12:38:41 +0000 (12:38 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 24 Jun 2024 11:43:38 +0000 (12:43 +0100)
commit054304ecb3a8a8ed523bd149f70ed468cf613178
tree833987c94687998dd40d0f71175a947c910dca58
parent722ac78f151fb6c433379ff50394b34ec06ca816
libxcrypt: correct the check for a working libucontext.h

The test fails with GCC 14.1 due to an incompatible pointer assignment,
take a patch submitted upstream to fix this.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/libxcrypt/files/configure-c99.patch [new file with mode: 0644]
meta/recipes-core/libxcrypt/libxcrypt.inc