[Bug 270361] Mk/Uses/meson.mk: add --auto-features=enabled to improve determinism

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 28 Mar 2023 08:30:21 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270361

--- Comment #48 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=8d3b435c422270886336127a0a73189a62d3ccbc

commit 8d3b435c422270886336127a0a73189a62d3ccbc
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-03-01 18:42:00 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-03-28 08:28:15 +0000

    devel/libvirt: unbreak with --auto-features=enabled on i386

    meson.build:1438:2: ERROR: Dependency "xenlight" not found, tried pkgconfig

    As XEN option is limited to amd64 the option helper doesn't trigger,
    so pass the argument more than once on amd64.

    $ make -V '${MESON_ARGS:M*libxl*}' WITH=XEN
    -Ddriver_libxl=disabled -Ddriver_libxl=enabled

    PR:             270361
    Reported by:    antoine (via exp-run)

 devel/libvirt/Makefile | 1 +
 1 file changed, 1 insertion(+)

-- 
You are receiving this mail because:
You are on the CC list for the bug.