]> git.ipfire.org Git - thirdparty/libvirt.git/commit
meson: Add yajl kludge
authorAndrea Bolognani <abologna@redhat.com>
Fri, 14 May 2021 09:03:42 +0000 (11:03 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Tue, 18 May 2021 13:19:47 +0000 (15:19 +0200)
commitcd76a97aa613d83bc1d5badbe7f9b8afc9fe215d
tree3a496321078f9614f667218fdd1f8c93b883dd0d
parent42edef36fd26349c8919df708d8b7de84771a50d
meson: Add yajl kludge

If this looks familiar, that's because it's literally *the
same code* that we used to work around *the same issue* in
readline before 1635dca26f61def3fbf56c70fbbfe514f2b50987 :)

Note that the issue only really affects people building from
source on Apple Silicon: on Intel, Homebrew installs header
files under directories that are part of the default search
path, which explains why our CI pipeline never ran into it.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Roman Bolshakov <r.bolshakov@yadro.com>
Tested-by: Roman Bolshakov <r.bolshakov@yadro.com>
meson.build