[blfs] 01/02: Qt6: Remove the qtopcua submodule
| Newsgroups | gmane.linux.lfs.beyond.book |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the git hooks/post-receive script. git pushed a commit to branch trunk in repository blfs. commit 6306e3fc1773b55abf0fe3eaf5987bdc24c28173 Author: Douglas R. Reno <[email protected]> AuthorDate: Tue May 19 21:26:41 2026 -0500 Qt6: Remove the qtopcua submodule This fails to build with OpenSSL-4 and isn't used by any BLFS package (or any package on Linux in general as far as I can tell). --- x/lib/qt6.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/x/lib/qt6.xml b/x/lib/qt6.xml index 50d6c19d4b..51245c99d3 100644 --- a/x/lib/qt6.xml +++ b/x/lib/qt6.xml @@ -254,7 +254,7 @@ ln -sfnv qt-&qt6-version; /opt/qt6</userinput></screen> <screen><userinput>patch -Np1 -i ../qt-everywhere-src-&qt6-version;-openssl4_fix-1.patch</userinput></screen> <para> - If you are on an i686 system, disable a conflicting declaration + Next, if you are on an i686 system, disable a conflicting declaration and fix a build error due to SIMD intrinsics in QtMultimedia: </para> @@ -267,10 +267,11 @@ fi</userinput></screen> <para> Next, remove two components that are not used in BLFS and take a long time to build. Also, remove qtwebengine because we build that component - separately with system-installed components. + separately with system-installed components. In addition, remove the + qtopcua module which is not used in BLFS and which breaks with OpenSSL-4: </para> -<screen><userinput>rm -rf qtwebengine qt3d qtquick3dphysics</userinput></screen> +<screen><userinput>rm -rf qtwebengine qt3d qtquick3dphysics qtopcua</userinput></screen> <para> Install <application>Qt6</application> by running the following commands: -- To stop receiving notification emails like this one, please contact the administrator of this repository. -- http://lists.linuxfromscratch.org/sympa/info/blfs-book Unsubscribe: See the above information page