[lfs] 02/03: groff: work around parallel build issue

"Git Owner" ([email protected] via lfs-book Mailing List) <[email protected]>
Newsgroups gmane.linux.lfs.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 lfs.

commit 188ec57f93e864a0550075e699e6653fd37ce414
Author: Xi Ruoyao <[email protected]>
AuthorDate: Sat May 2 23:06:36 2026 +0800

    groff: work around parallel build issue
---
 chapter08/groff.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/chapter08/groff.xml b/chapter08/groff.xml
index f7d6442df..3c1a921f9 100644
--- a/chapter08/groff.xml
+++ b/chapter08/groff.xml
@@ -53,9 +53,12 @@
 
 <screen><userinput remap="configure">PAGE=<replaceable>&lt;paper_size&gt;</replaceable> ./configure --prefix=/usr</userinput></screen>
 
+    <!-- It looks like the build system may run "tbl" before it's fully
+         linked, causing "permission denied" (because the linker only
+         sets the x bit of tbl when the link is done). -->
     <para>Build the package:</para>
 
-<screen><userinput remap="make">make</userinput></screen>
+<screen><userinput remap="make">make -j1</userinput></screen>
 
     <para>To test the results, issue:</para>
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

-- 
http://lists.linuxfromscratch.org/sympa/info/lfs-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.