RE: [EXT] Re: [PATCH 1/1] build: update link args and includes for libarchive

2023-10-26 Thread Srikanth Yalavarthi
aran > ; sta...@dpdk.org; Srikanth Yalavarthi > ; Srikanth Yalavarthi > Subject: RE: [EXT] Re: [PATCH 1/1] build: update link args and includes for > libarchive > > > -Original Message- > > From: Bruce Richardson > > Sent: 23 October 2023 18:36 > > T

RE: [EXT] Re: [PATCH 1/1] build: update link args and includes for libarchive

2023-10-23 Thread Srikanth Yalavarthi
aran > ; sta...@dpdk.org > Subject: Re: [EXT] Re: [PATCH 1/1] build: update link args and includes for > libarchive > > On Mon, Oct 23, 2023 at 02:00:33PM +0100, Bruce Richardson wrote: > > On Mon, Oct 23, 2023 at 12:46:59PM +, Srikanth Yalavarthi wrote: > > > >

Re: [EXT] Re: [PATCH 1/1] build: update link args and includes for libarchive

2023-10-23 Thread Bruce Richardson
lavarthi > > > Cc: Aaron Conole ; Igor Russkikh > > > ; David Marchand ; > > > dev@dpdk.org; Shivah Shankar Shankar Narayan Rao > > > ; Jerin Jacob Kollanukkaran > > > ; sta...@dpdk.org > > > Subject: Re: [EXT] Re: [PATCH 1/1] build: update link

Re: [EXT] Re: [PATCH 1/1] build: update link args and includes for libarchive

2023-10-23 Thread Bruce Richardson
v@dpdk.org; Shivah Shankar Shankar Narayan Rao > > ; Jerin Jacob Kollanukkaran > > ; sta...@dpdk.org > > Subject: Re: [EXT] Re: [PATCH 1/1] build: update link args and includes for > > libarchive > > > > On Mon, Oct 23, 2023 at 11:40:14AM +, Srikanth Yalav

RE: [EXT] Re: [PATCH 1/1] build: update link args and includes for libarchive

2023-10-23 Thread Srikanth Yalavarthi
org > Subject: Re: [EXT] Re: [PATCH 1/1] build: update link args and includes for > libarchive > > On Mon, Oct 23, 2023 at 11:40:14AM +, Srikanth Yalavarthi wrote: > > > -Original Message- > > > From: Bruce Richardson > > > Sent: 23 October 2023

Re: [EXT] Re: [PATCH 1/1] build: update link args and includes for libarchive

2023-10-23 Thread Bruce Richardson
v@dpdk.org; Shivah Shankar Shankar Narayan Rao > > ; Jerin Jacob Kollanukkaran > > ; sta...@dpdk.org > > Subject: [EXT] Re: [PATCH 1/1] build: update link args and includes for > > libarchive > > > > External Email > > > > -

RE: [EXT] Re: [PATCH 1/1] build: update link args and includes for libarchive

2023-10-23 Thread Srikanth Yalavarthi
t; Subject: [EXT] Re: [PATCH 1/1] build: update link args and includes for > libarchive > > External Email > > -- > On Fri, Oct 20, 2023 at 10:01:35AM -0700, Srikanth Yalavarthi wrote: > > In order to avoi

Re: [PATCH 1/1] build: update link args and includes for libarchive

2023-10-23 Thread Bruce Richardson
On Fri, Oct 20, 2023 at 10:01:35AM -0700, Srikanth Yalavarthi wrote: > In order to avoid linking with all libraries listed as > Libs.private in libarchive.pc, libarchive is not added > to ext_deps during meson setup. > > Since libarchive is not added to ext_deps, cross-compilation > or native comp

[PATCH 1/1] build: update link args and includes for libarchive

2023-10-20 Thread Srikanth Yalavarthi
In order to avoid linking with all libraries listed as Libs.private in libarchive.pc, libarchive is not added to ext_deps during meson setup. Since libarchive is not added to ext_deps, cross-compilation or native compilation with libarchive installed in non-standard location fails with errors rela