[lfs] branch multilib updated: libelf: Remove libelf.a for ML.

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

git pushed a commit to branch multilib
in repository lfs.

The following commit(s) were added to refs/heads/multilib by this push:
     new 421247b7d libelf: Remove libelf.a for ML.
421247b7d is described below

commit 421247b7d5c417ff7053335dbfee317e2bec5324
Author: Zeckmathederg <[email protected]>
AuthorDate: Mon Nov 3 17:04:42 2025 -0700

    libelf: Remove libelf.a for ML.
---
 chapter08/libelf.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/chapter08/libelf.xml b/chapter08/libelf.xml
index e5e43837e..69ec31618 100644
--- a/chapter08/libelf.xml
+++ b/chapter08/libelf.xml
@@ -99,6 +99,7 @@ make -C libelf</userinput></screen>
 
 <screen><userinput remap="install">make DESTDIR=$PWD/DESTDIR -C libelf install
 install -vDm644 config/libelf.pc DESTDIR/usr/lib32/pkgconfig/libelf.pc
+rm -vf DESTDIR/usr/lib32/libelf.a
 cp -Rv DESTDIR/usr/lib32/* /usr/lib32
 rm -rf DESTDIR</userinput></screen>
 
@@ -133,6 +134,7 @@ make -C libelf</userinput></screen>
 
 <screen><userinput remap="install">make DESTDIR=$PWD/DESTDIR -C libelf install
 install -vDm644 config/libelf.pc DESTDIR/usr/libx32/pkgconfig/libelf.pc
+rm -vf DESTDIR/usr/libx32/libelf.a
 cp -Rv DESTDIR/usr/libx32/* /usr/libx32
 rm -rf DESTDIR</userinput></screen>
 

-- 
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.