[PATCH 2/3] crypto/ipsec_mb: fix build failures due to incompatible lib

Power, Ciara ciara.power at intel.com
Thu Aug 31 15:18:28 CEST 2023



> -----Original Message-----
> From: Richardson, Bruce <bruce.richardson at intel.com>
> Sent: Thursday, August 31, 2023 1:11 PM
> To: dev at dpdk.org
> Cc: Richardson, Bruce <bruce.richardson at intel.com>; stable at dpdk.org; Ji, Kai
> <kai.ji at intel.com>; De Lara Guarch, Pablo <pablo.de.lara.guarch at intel.com>;
> Akhil Goyal <gakhil at marvell.com>; Power, Ciara <ciara.power at intel.com>;
> Ray Kinsella <mdr at ashroe.eu>; Fan Zhang <fanzhang.oss at 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: stable at dpdk.org
> 
> Signed-off-by: Bruce Richardson <bruce.richardson at intel.com>

Acked-by: Ciara Power <ciara.power at intel.com>


More information about the stable mailing list