Displaying 2 results from an estimated 2 matches for "drunstatedir".
Did you mean:
runstatedir
2020 Sep 01
0
Re: Meson build
...lly combined with -Werror.
>
> Nod. Should we adjust the upstream spec file to enable the full set of
> warnings? And if so what would be the best way to do that? Add
> --buildtype=debug to the meson options? E.g.
>
> %meson \
> --buildtype=debug \
> -Drunstatedir=%{_rundir} \
> %{?arg_qemu} \
> ...
There is no need to do anything for spec file, see the patch I posted to
libvir-list [1].
Pavel
[1] <https://www.redhat.com/archives/libvir-list/2020-September/msg00045.html>
2020 Sep 01
2
Re: Meson build
On a Tuesday in 2020, Pavel Hrdina wrote:
>On Tue, Sep 01, 2020 at 03:13:39PM +0200, Ján Tomko wrote:
>> On a Tuesday in 2020, Pavel Hrdina wrote:
>> > On Sun, Aug 30, 2020 at 02:34:56AM +0200, Toolybird wrote:
>> > > Hi,
>> > >
>> > > Just a heads up on my experiences with the new build system.
>> > >
>> > > Arch Linux