[blfs] branch trunk updated: Fix paps for GCC-16

"Git Owner" ([email protected] via blfs-book Mailing List) <[email protected]>
Newsgroups gmane.linux.lfs.beyond.book
Message-ID <178135054802.24416.13309781494390395284@rivendell.linuxfromscratch.org>
This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch trunk
in repository blfs.

The following commit(s) were added to refs/heads/trunk by this push:
     new 9c66e8b7d8 Fix paps for GCC-16
9c66e8b7d8 is described below

commit 9c66e8b7d8b2fabfa0209b0b9e9474fbb93c56dc
Author: Pierre Labastie <[email protected]>
AuthorDate: Sat Jun 13 13:35:25 2026 +0200

    Fix paps for GCC-16
---
 pst/ps/paps.xml | 18 +++++++++++++++---
 1 file changed, 15 insertions(+), 3 deletions(-)

diff --git a/pst/ps/paps.xml b/pst/ps/paps.xml
index 09ea5d4ea5..da9e6d6e31 100644
--- a/pst/ps/paps.xml
+++ b/pst/ps/paps.xml
@@ -110,9 +110,10 @@ patch -Np1 -i ../paps-0.8.0-fmt_fix-1.patch</userinput></screen>
       commands:
     </para>
 
-<screen><userinput>./configure --prefix=/usr    \
-            --disable-Werror \
-            --mandir=/usr/share/man &amp;&amp;
+<screen><userinput>./configure --prefix=/usr           \
+            --disable-Werror        \
+            --mandir=/usr/share/man \
+            CXX="g++ -std=gnu++17"  &amp;&amp;
 make</userinput></screen>
 
     <para>
@@ -127,6 +128,17 @@ make</userinput></screen>
 
   </sect2>
 
+  <sect2 role="commands">
+    <title>Command Explanations</title>
+
+    <para>
+      <parameter>CXX="g++ -std=gnu++17"</parameter>: The default is to use
+      <parameter>-std=gnu++11</parameter>, but one file uses a feature
+      only available in C++17.
+    </para>
+
+  </sect2>
+
   <sect2 role="content">
     <title>Contents</title>
 

-- 
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.