[blfs] 02/03: libdvdnav: use --default-library=shared to suppress static lib
| 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 && cd build && -meson setup --prefix=/usr --buildtype=release .. && +meson setup --prefix=/usr \ + --buildtype=release \ + --default-library=shared .. && 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 && -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