From a2c3f1d3617117f9fc16acc0e9f6ad78a697933c Mon Sep 17 00:00:00 2001 From: "Douglas R. Reno" Date: Tue, 23 Mar 2021 18:08:57 +0000 Subject: [PATCH] qtwebengine: Update build fixes patch to allow building on systems where libxml2 is built without ICU support. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24394 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- introduction/welcome/changelog.xml | 5 +++++ x/lib/qtwebengine.xml | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 76116aa079..928ef6b779 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -44,6 +44,11 @@ March 23nd, 2021 + + [renodr] - Modify the qtwebengine patch to fix a build failure + when building on a system with libxml2 that was built before ICU + was installed. + [xry111] - Add packages and instructions for booting on UEFI based system. diff --git a/x/lib/qtwebengine.xml b/x/lib/qtwebengine.xml index 1a19e60c5e..0831168246 100644 --- a/x/lib/qtwebengine.xml +++ b/x/lib/qtwebengine.xml @@ -171,7 +171,7 @@ - + @@ -247,7 +247,7 @@ Now apply a patch to fix several issues that can prevent the build working: -patch -Np1 -i ../qtwebengine-&qtwebengine-version;-build_fixes-1.patch +patch -Np1 -i ../qtwebengine-&qtwebengine-version;-build_fixes-2.patch