[blfs] 01/03: libdvdread: 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 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 && cd build && -meson setup --prefix=/usr --buildtype=release .. && +meson setup --prefix=/usr \ + --buildtype=release \ + --default-library=shared .. && 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 && -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