[Buildroot] [PATCH v3 10/21] package/cups-filters: Fix build with gcc 16.x

Bernd Kuhls bernd at kuhls.net
Fri May 1 06:23:03 UTC 2026


Signed-off-by: Bernd Kuhls <bernd at kuhls.net>
---
 package/cups-filters/cups-filters.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/cups-filters/cups-filters.mk b/package/cups-filters/cups-filters.mk
index eaad301c6d..2c682b92f3 100644
--- a/package/cups-filters/cups-filters.mk
+++ b/package/cups-filters/cups-filters.mk
@@ -12,6 +12,7 @@ CUPS_FILTERS_CPE_ID_VENDOR = linuxfoundation
 
 # 0003-libcupsfilters-Fixed-building-with-QPDF-11.x.patch
 # 0004-Updated-code-to-be-built-with-QPDF-12.x.patch
+# ax_cxx_compile_stdcxx.m4 needs to be updated for gcc 16.x (C++20)
 CUPS_FILTERS_AUTORECONF = YES
 
 # 0001-beh-backend-Use-execv-instead-of-system-CVE-2023-24805.patch
-- 
2.47.3



More information about the buildroot mailing list