On 16/05/2025 07.27, Pierrick Bouvier wrote:
Recently, common libraries per target base architecture were introduced in order
to compile those files only once. However, it was missing common dependencies
(which include external libraries), so it failed to build on some hosts.
This series fixes this, inspired by Thomas fix [1],
Actually, credits should go to Paolo who came up with the meson magic :-)
and applied to other
libraries introduced very recently with [2].
As well, we do further cleanup by removing lib{system, user} source sets that
were recently introduced, by merging them in system/user libraries, thus
simplifying the work on single-binary.
This series was built on {linux, macos, windows} x {x86_64, aarch64} and
freebsd on x86_64. Fully tested on linux x {x86_64, aarch64}.
In addition to that, it was checked that compilation units compiled per binary
stayed the same, and that their size was identical.
Thanks, works for me, on both, Linux and OpenBSD:
Tested-by: Thomas Huth <th...@redhat.com>