buildroot/package/bcusdk
Thomas Petazzoni a0d1df2ac5 package/bcusdk: fix build with host GCC 14.x
With GCC 14.x as the host compiler, bcusdk fails to build as follows:

configure: error: Specified CC_FOR_BUILD doesn't seem to work

This is due to missing includes in the test programs used in the
configure script to check the host compiler. We fix this with patch
0003.

However, this patch requires to autoreconf the package, and autoreconf
would need the definition of AM_PATH_XML2, which would require libxml2
even though we don't have libxml2 as a dependency of this package (we
don't enable the features that requires libxml2). As it turns out that
the AM_PATH_XML2 macro is in fact deprecated, we replaced it by its
equivalent using PKG_CHECK_MODULES(), which is in fact exactly how
AM_PATH_XML2 is implemented in upstream libxml2.

Fixes:

  http://autobuild.buildroot.net/results/458880bd6c207e5bb7afce1a1186f204c30c0941/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit e4109c1d2d)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2024-09-03 18:22:38 +02:00
..
0001-fd_set-requires-inclusion-of-sys-select.h.patch
0002-eibd-fix-endless-recursion-when-using-USB-backends.patch
0003-m4-ccforbuild.m4-include-stdlib.h-in-test-program.patch package/bcusdk: fix build with host GCC 14.x 2024-09-03 18:22:38 +02:00
0004-configure.in-replace-obsolete-AM_PATH_XML2-by-PKG_CH.patch package/bcusdk: fix build with host GCC 14.x 2024-09-03 18:22:38 +02:00
bcusdk.hash
bcusdk.mk package/bcusdk: fix build with host GCC 14.x 2024-09-03 18:22:38 +02:00
Config.in