[blfs] 02/02: Qt6: Fix the patch application command.
| 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 66f961445503386c2b33d621bb96cedc5aaa940e Author: Douglas R. Reno <[email protected]> AuthorDate: Thu May 21 10:25:11 2026 -0500 Qt6: Fix the patch application command. The patch that I provided to Bruce expects to be applied into the qtbase/ directory, so let's do that... Thank you to Sicarine for the report --- x/lib/qt6.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/lib/qt6.xml b/x/lib/qt6.xml index 2206cee2c2..3cd6dd4de0 100644 --- a/x/lib/qt6.xml +++ b/x/lib/qt6.xml @@ -251,7 +251,7 @@ ln -sfnv qt-&qt6-version; /opt/qt6</userinput></screen> First, apply a patch to make the package compatible with openssl4: </para> -<screen><userinput>patch -Np1 -i ../qt-everywhere-src-&qt6-version;-openssl4_fix-1.patch</userinput></screen> +<screen><userinput>patch -Np1 -i ../qt-everywhere-src-&qt6-version;-openssl4_fix-1.patch -d qtbase/</userinput></screen> <para> Next, if you are on an i686 system, disable a conflicting declaration -- 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