diff --git a/general/genlib/libxml2.xml b/general/genlib/libxml2.xml index b177e290ea..e54e9c7f96 100644 --- a/general/genlib/libxml2.xml +++ b/general/genlib/libxml2.xml @@ -111,7 +111,7 @@ Optional - and + (see below) and (may be used in the tests) @@ -143,6 +143,13 @@ sed -i 's/test.test/#&/' python/tests/tstLastError.py + + If, and only if, you are using , fix a + build breakage caused by that version by running the following command: + + +sed -i 's/ TRUE/ true/' encoding.c + Install libxml2 by running the following commands: diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 49826d4f56..844cadd1c4 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -44,6 +44,9 @@ October 30th, 2020 + + [ken] - Fix libxml2 build when ICU-68 is used. + [renodr] - Update to node.js-14.15.0. Fixes #14181.