mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 13:33:28 +08:00
a0d1df2ac5
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
|
||
---|---|---|
.. | ||
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 | ||
0004-configure.in-replace-obsolete-AM_PATH_XML2-by-PKG_CH.patch | ||
bcusdk.hash | ||
bcusdk.mk | ||
Config.in |