[lfs] branch multilib updated: Also copying pkgconfig files

"Git Owner" ([email protected] via lfs-book Mailing List) <[email protected]>
Newsgroups gmane.linux.lfs.book
Message-ID <173549926557.3758.4155061149191277707@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 903abd72a Also copying pkgconfig files
903abd72a is described below

commit 903abd72a2a0c15c4f1661b7830aa7d528584c3a
Author: Thomas Trepl <[email protected]>
AuthorDate: Sun Dec 29 20:07:36 2024 +0100

    Also copying pkgconfig files
---
 chapter08/systemd.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/chapter08/systemd.xml b/chapter08/systemd.xml
index b5949e93b..20f5e53ae 100644
--- a/chapter08/systemd.xml
+++ b/chapter08/systemd.xml
@@ -326,10 +326,12 @@ meson setup ..                       \
 
 <!-- Only install needed libs from lib32 as opposed to installing all libs
      Needed libs: libudev.so*
-                  libsystemd.so*-->
+                  libsystemd.so*
+     Also install pkgconfig files -->
 <screen><userinput remap="install">LANG=en_US.UTF-8 DESTDIR=$PWD/DESTDIR ninja install
 cp -v DESTDIR/usr/lib32/libsystemd.so* /usr/lib32/
 cp -v DESTDIR/usr/lib32/libudev.so* /usr/lib32/
+cp -v DESTDIR/usr/lib32/pkgconfig/* /usr/lib32/pkgconfig/
 rm -rf DESTDIR</userinput></screen>
 
   </sect2><!-- m32 -->
@@ -381,6 +383,7 @@ meson setup ..                       \
 <screen><userinput remap="install">LANG=en_US.UTF-8 DESTDIR=$PWD/DESTDIR ninja install
 cp -v DESTDIR/usr/libx32/libsystemd.so* /usr/libx32/
 cp -v DESTDIR/usr/libx32/libudev.so* /usr/libx32/
+cp -v DESTDIR/usr/libx32/pkgconfig/* /usr/libx32/pkgconfig/
 rm -rf DESTDIR</userinput></screen>
 
   </sect2><!-- mx32 -->

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