Re: [PATCH v5 1/1] build: add libarchive to external deps

2023-11-06 Thread David Marchand
On Mon, Nov 6, 2023 at 5:24 PM Bruce Richardson wrote: > > On Mon, Nov 06, 2023 at 05:03:10PM +0100, David Marchand wrote: > > On Mon, Nov 6, 2023 at 5:12 AM Srikanth Yalavarthi > > wrote: > > > > > > In order to avoid linking with Libs.private, libarchive is not added to > > > ext_deps during th

Re: [PATCH v5 1/1] build: add libarchive to external deps

2023-11-06 Thread Bruce Richardson
On Mon, Nov 06, 2023 at 05:03:10PM +0100, David Marchand wrote: > On Mon, Nov 6, 2023 at 5:12 AM Srikanth Yalavarthi > wrote: > > > > In order to avoid linking with Libs.private, libarchive is not added to > > ext_deps during the meson setup stage. > > > > Since libarchive is not added to ext_deps

Re: [PATCH v5 1/1] build: add libarchive to external deps

2023-11-06 Thread David Marchand
On Mon, Nov 6, 2023 at 5:12 AM Srikanth Yalavarthi wrote: > > In order to avoid linking with Libs.private, libarchive > is not added to ext_deps during the meson setup stage. > > Since libarchive is not added to ext_deps, cross-compilation > or native compilation with libarchive installed in non-s

Re: [PATCH v5 1/1] build: add libarchive to external deps

2023-11-06 Thread Thomas Monjalon
06/11/2023 16:24, Thomas Monjalon: > 06/11/2023 09:53, Bruce Richardson: > > On Sun, Nov 05, 2023 at 08:12:43PM -0800, Srikanth Yalavarthi wrote: > > > In order to avoid linking with Libs.private, libarchive > > > is not added to ext_deps during the meson setup stage. > > > > > > Since libarchive

Re: [PATCH v5 1/1] build: add libarchive to external deps

2023-11-06 Thread Thomas Monjalon
06/11/2023 09:53, Bruce Richardson: > On Sun, Nov 05, 2023 at 08:12:43PM -0800, Srikanth Yalavarthi wrote: > > In order to avoid linking with Libs.private, libarchive > > is not added to ext_deps during the meson setup stage. > > > > Since libarchive is not added to ext_deps, cross-compilation > >

Re: [PATCH v5 1/1] build: add libarchive to external deps

2023-11-06 Thread Bruce Richardson
On Sun, Nov 05, 2023 at 08:12:43PM -0800, Srikanth Yalavarthi wrote: > In order to avoid linking with Libs.private, libarchive > is not added to ext_deps during the meson setup stage. > > Since libarchive is not added to ext_deps, cross-compilation > or native compilation with libarchive installed