mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-18 13:07:50 +00:00
e5955cd62a
The upstream fix is explicitly checking libxml2 version so it's not practical to be turned into a sed. But I don't want to upload another patch just for such a "temporary" issue (as it'll be fixed for 0.23.1 anyway). This alternative fix relies on: 1. The fact that the return type of xmlCtxtGetLastError and the arg type of xmlStructuredErrorFunc are changed in the same commit 61034116d0a3 ("error: Make more xmlError structs constant"). 2. GCC supports typeof(expr) to get the type of expr w/o really evaluating it. So it should have the same effect as the upstream fix. Tested with both --with-included-libxml2 and --without-included-libxml2 on BLFS. |
||
---|---|---|
.. | ||
aboutdebug.xml | ||
acl.xml | ||
attr.xml | ||
autoconf.xml | ||
automake.xml | ||
bash.xml | ||
bc.xml | ||
binutils.xml | ||
bison.xml | ||
bzip2.xml | ||
chapter08.xml | ||
check.xml | ||
cleanup.xml | ||
coreutils.xml | ||
dbus.xml | ||
dejagnu.xml | ||
diffutils.xml | ||
e2fsprogs.xml | ||
expat.xml | ||
expect.xml | ||
file.xml | ||
findutils.xml | ||
flex.xml | ||
flit-core.xml | ||
gawk.xml | ||
gcc.xml | ||
gdbm.xml | ||
gettext.xml | ||
glibc.xml | ||
gmp.xml | ||
gperf.xml | ||
grep.xml | ||
groff.xml | ||
grub.xml | ||
gzip.xml | ||
iana-etc.xml | ||
inetutils.xml | ||
intltool.xml | ||
introduction.xml | ||
iproute2.xml | ||
jinja2.xml | ||
kbd.xml | ||
kmod.xml | ||
less.xml | ||
libcap.xml | ||
libelf.xml | ||
libffi.xml | ||
libpipeline.xml | ||
libtool.xml | ||
libxcrypt.xml | ||
lz4.xml | ||
m4.xml | ||
make.xml | ||
man-db.xml | ||
man-pages.xml | ||
markupsafe.xml | ||
meson.xml | ||
mpc.xml | ||
mpfr.xml | ||
ncurses.xml | ||
ninja.xml | ||
openssl.xml | ||
patch.xml | ||
perl.xml | ||
pkgconf.xml | ||
pkgmgt.xml | ||
procps.xml | ||
psmisc.xml | ||
python.xml | ||
readline.xml | ||
sed.xml | ||
setuptools.xml | ||
shadow.xml | ||
stripping.xml | ||
sysklogd.xml | ||
systemd.xml | ||
sysvinit.xml | ||
tar.xml | ||
tcl.xml | ||
texinfo.xml | ||
udev.xml | ||
util-linux.xml | ||
vim.xml | ||
wheel.xml | ||
xml-parser.xml | ||
xz.xml | ||
zlib.xml | ||
zstd.xml |