mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 00:32:13 +02:00
tcp-wrappers: Stick to C17 standard
GCC 15 has switched to C23 by default and tcp-wrappers is old code pre-c99 and would need to be fixed all around to get to work in C23 (From OE-Core rev: 0a532f07eb54b7f66be25a0f9584581ab693b21c) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -55,6 +55,8 @@ SRC_URI[sha256sum] = "9543d7adedf78a6de0b221ccbbd1952e08b5138717f4ade814039bb489
|
||||
|
||||
S = "${WORKDIR}/tcp_wrappers_${PV}"
|
||||
|
||||
CFLAGS += "-std=gnu17"
|
||||
|
||||
EXTRA_OEMAKE = "'CC=${CC}' \
|
||||
'AR=${AR}' \
|
||||
'RANLIB=${RANLIB}' \
|
||||
|
||||
Reference in New Issue
Block a user