[blfs] 01/03: Turn off -Werror in 7zip.
| 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 758590f115a2bf77c02b68010a9d5e67defcf8ce Author: Bruce Dubbs <[email protected]> AuthorDate: Fri May 22 11:07:06 2026 -0500 Turn off -Werror in 7zip. --- general/sysutils/7zip.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/general/sysutils/7zip.xml b/general/sysutils/7zip.xml index f7a022334e..7648f69245 100644 --- a/general/sysutils/7zip.xml +++ b/general/sysutils/7zip.xml @@ -83,13 +83,13 @@ <title>Installation of 7zip</title> <!-- Doesn't seem to be needed with 25.01. + But it does with gcc-16. --> <para> Turn off <literal>-Werror</literal> to avoid warnings being treated as errors: </para> -<screen><userinput>sed 's/-Werror //g' -i CPP/7zip/7zip_gcc.mak</userinput></screen> ---> +<screen><userinput>sed -i 's/-Werror //g' CPP/7zip/7zip_gcc.mak</userinput></screen> <para> Install <application>7zip</application> by running the following -- 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