mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
iproute2: Fix build with GCC-14
(From OE-Core rev: 06b5a2db1d079c86652534b6fc7e504f77604af4) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 127df0ac9b55fa2a7f3269934854f805843d01cc) Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
@@ -26,6 +26,8 @@ PACKAGECONFIG[selinux] = ",,libselinux"
|
||||
|
||||
IPROUTE2_MAKE_SUBDIRS = "lib tc ip bridge misc genl ${@bb.utils.filter('PACKAGECONFIG', 'devlink tipc rdma', d)}"
|
||||
|
||||
# This is needed with GCC-14 and musl
|
||||
CFLAGS += "-Wno-error=incompatible-pointer-types"
|
||||
# CFLAGS are computed in Makefile and reference CCOPTS
|
||||
#
|
||||
EXTRA_OEMAKE = "\
|
||||
|
||||
Reference in New Issue
Block a user