Re: [PATCH] build: fix build on FreeBSD with Meson 0.61.1

2022-02-15 Thread Karl Bonde Torp
On Tue, 15 Feb 2022 at 12:27, Bruce Richardson wrote: > > On Tue, Feb 15, 2022 at 12:07:55PM +0100, Karl Bonde Torp wrote: > > On Mon, 14 Feb 2022 at 14:48, Bruce Richardson > > wrote: > > > > > > On Mon, Feb 14, 2022 at 12:43:13PM +0100, Karl Bonde Torp wro

Re: [PATCH] build: fix build on FreeBSD with Meson 0.61.1

2022-02-15 Thread Karl Bonde Torp
On Mon, 14 Feb 2022 at 14:48, Bruce Richardson wrote: > > On Mon, Feb 14, 2022 at 12:43:13PM +0100, Karl Bonde Torp wrote: > > When building with Meson 0.61.1 on FreeBSD some archives become > > corrupted. This can be avoided by using 'llvm-ar' instead of 'ar&#x

[PATCH] build: fix build on FreeBSD with Meson 0.61.1

2022-02-14 Thread Karl Bonde Torp
When building with Meson 0.61.1 on FreeBSD some archives become corrupted. This can be avoided by using 'llvm-ar' instead of 'ar'. Signed-off-by: Karl Bonde Torp --- buildtools/meson.build | 3 +++ 1 file changed, 3 insertions(+) diff --git a/buildtools/meson.build b/bu