[blfs] 01/02: libcss: 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 fb5dda4d9b4d9a8643f845d0e99a0d2a85fc38a1
Author: Xi Ruoyao <[email protected]>
AuthorDate: Thu Jul 16 01:46:20 2026 +0800

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

diff --git a/multimedia/libdriv/libdvdcss.xml b/multimedia/libdriv/libdvdcss.xml
index 9713db93a6..3898665c52 100644
--- a/multimedia/libdriv/libdvdcss.xml
+++ b/multimedia/libdriv/libdvdcss.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/libdvdcss.a</userinput></screen>
+<screen role="root"><userinput>ninja install</userinput></screen>
 
   </sect2>
 <!--

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