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

2022-03-08 Thread Thomas Monjalon
15/02/2022 16:31, Bruce Richardson: > 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'. > > > > Signed-off-by: Karl Bonde Torp > > --- > > bui

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

2022-03-07 Thread Bruce Richardson
On Mon, Mar 07, 2022 at 05:43:51PM +0100, Thomas Monjalon wrote: > 15/02/2022 16:34, Bruce Richardson: > > On Tue, Feb 15, 2022 at 02:50:48PM +0100, Karl Bonde Torp wrote: > > > On Tue, 15 Feb 2022 at 12:27, Bruce Richardson > > > wrote: > > > > > > > > On Tue, Feb 15, 2022 at 12:07:55PM +0100, Ka

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

2022-03-07 Thread Thomas Monjalon
15/02/2022 16:34, Bruce Richardson: > On Tue, Feb 15, 2022 at 02:50:48PM +0100, Karl Bonde Torp wrote: > > 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 >

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

2022-02-15 Thread Bruce Richardson
On Tue, Feb 15, 2022 at 02:50:48PM +0100, Karl Bonde Torp wrote: > 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, 202

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

2022-02-15 Thread Bruce Richardson
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'. > > Signed-off-by: Karl Bonde Torp > --- > buildtools/meson.build | 3 +++ > 1 file changed, 3 i

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 wrote: > > > > When building with Meson 0.

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

2022-02-15 Thread Bruce Richardson
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 wrote: > > > When building with Meson 0.61.1 on FreeBSD some archives become > > > corrupted. This can be avo

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'. > > > > Signed-off-by: Karl Bonde To

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

2022-02-14 Thread Bruce Richardson
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'. > > Signed-off-by: Karl Bonde Torp > --- Hi, thanks for the patch. Can you perhaps provide some