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