From f1c585edd01640dd267197cae6fd66465eace9bb Mon Sep 17 00:00:00 2001 From: Chris Packham Date: Mon, 2 Jun 2025 11:51:12 +1200 Subject: libc/glibc: Add workaround for makeinfo build issue Newer versions of makeinfo fail to build the older versions of the glibc manual triggering build failures. Add a workaround for this my disabling makeinfo for the glibc build where needed. Fixes #2358 Signed-off-by: Chris Packham --- config/libc/glibc.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config/libc') diff --git a/config/libc/glibc.in b/config/libc/glibc.in index 28e4004c..a34c4209 100644 --- a/config/libc/glibc.in +++ b/config/libc/glibc.in @@ -289,6 +289,12 @@ comment "| Building GLIBC locales requires that GLIBC supports " comment "| the build machine as the target. " endif # LIBC_GLIBC && GLIBC_LOCALES +# Older Glibc versions are incompatible with newer makeinfo versions. Skip +# building the user manual if needed. +config GLIBC_MAKEINFO_WORKAROUND + def_bool y + depends on GLIBC_2_23_or_older + if KERNEL_LINUX choice GLIBC_SUPPORTED_KERNEL -- cgit v1.2.3