Re: [systemd-devel] Build only libsystemd as a shared library

2019-04-23 Thread Mike Gilbert
On Tue, Apr 23, 2019 at 11:51 AM Stanislav Angelovič wrote: > > Hi systemd-ers, > > Having recent systemd sources, how can I build libsystemd.so only? > > I was able to build the static version with this: > meson build/ > ninja -C build version.h > ninja -C build libsystemd.a > > But how can I bui

Re: [systemd-devel] Build only libsystemd as a shared library

2019-04-23 Thread Michael Biebl
Am Di., 23. Apr. 2019 um 17:51 Uhr schrieb Stanislav Angelovič : > > Hi systemd-ers, > > Having recent systemd sources, how can I build libsystemd.so only? > > I was able to build the static version with this: > meson build/ > ninja -C build version.h > ninja -C build libsystemd.a > > But how can I

[systemd-devel] Build only libsystemd as a shared library

2019-04-23 Thread Stanislav Angelovič
Hi systemd-ers, Having recent systemd sources, how can I build libsystemd.so only? I was able to build the static version with this: meson build/ ninja -C build version.h ninja -C build libsystemd.a But how can I build the shared one? Is there a configuration flag? (I'm not familiar with meson.)