[blfs] 01/03: libdvdread: use --default-library=shared to suppress static lib

git Owner ([email protected] via blfs-book Mailing List) <[email protected]>
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 87fc542014bb9834199349166d6dfd612e02665c
Author: Xi Ruoyao <[email protected]>
AuthorDate: Thu Jul 16 01:32:46 2026 +0800

    libdvdread: use --default-library=shared to suppress static lib
---
 multimedia/libdriv/libdvdread.xml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/multimedia/libdriv/libdvdread.xml b/multimedia/libdriv/libdvdread.xml
index 130b0fc8d9..fed57ea710 100644
--- a/multimedia/libdriv/libdvdread.xml
+++ b/multimedia/libdriv/libdvdread.xml
@@ -84,7 +84,9 @@
 <screen><userinput>mkdir build &amp;&amp;
 cd    build &amp;&amp;
 
-meson setup --prefix=/usr --buildtype=release .. &amp;&amp;
+meson setup --prefix=/usr       \
+            --buildtype=release \
+            --default-library=shared .. &amp;&amp;
 ninja</userinput></screen>
 
     <para>
@@ -95,8 +97,7 @@ ninja</userinput></screen>
       Now, as the <systemitem class="username">root</systemitem> user:
     </para>
 
-<screen role="root"><userinput>ninja install &amp;&amp;
-rm -fv /usr/lib/libdvdread.a</userinput></screen>
+<screen role="root"><userinput>ninja install</userinput></screen>
   </sect2>
 <!--
   <sect2 role="commands">

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