> -----Original Message-----
> From: Richardson, Bruce <bruce.richard...@intel.com>
> Sent: Thursday, August 31, 2023 1:11 PM
> To: dev@dpdk.org
> Cc: Richardson, Bruce <bruce.richard...@intel.com>; sta...@dpdk.org; Ji, Kai
> <kai...@intel.com>; De Lara Guarch, Pablo <pablo.de.lara.gua...@intel.com>;
> Akhil Goyal <gak...@marvell.com>; Power, Ciara <ciara.po...@intel.com>;
> Ray Kinsella <m...@ashroe.eu>; Fan Zhang <fanzhang....@gmail.com>
> Subject: [PATCH 2/3] crypto/ipsec_mb: fix build failures due to incompatible
> lib
>
> When cross-compiling for PowerPC on Ubuntu, the x86 IPSec_MB library was
> getting found by the build system for use in the PPC build. This led to
> failures
> at compile time due to the library not being linkable.
>
> We can avoid these failures by checking the discovered library for
> compatibility
> at configuration time. This needs a version check as it is supported only from
> version 0.60 of meson onwards.
>
> Fixes: c75542ae4200 ("crypto/ipsec_mb: introduce IPsec_mb framework")
> Cc: sta...@dpdk.org
>
> Signed-off-by: Bruce Richardson <bruce.richard...@intel.com>
Acked-by: Ciara Power <ciara.po...@intel.com>