[blfs] 02/03: libdvdnav: 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 e40b3415882bd0767227c2f00351203a18eb9624
Author: Xi Ruoyao <[email protected]>
AuthorDate: Thu Jul 16 01:35:47 2026 +0800

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

diff --git a/multimedia/libdriv/libdvdnav.xml b/multimedia/libdriv/libdvdnav.xml
index 12a0d93ea2..a1b515ae10 100644
--- a/multimedia/libdriv/libdvdnav.xml
+++ b/multimedia/libdriv/libdvdnav.xml
@@ -93,7 +93,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>
@@ -104,8 +106,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/libdvdnav.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.