| Message ID | 20260328155821.407004-1-thomas.perrot@bootlin.com |
|---|---|
| State | New |
| Headers | show |
| Series | [yocto-patches,meta-selinux] ] libsepol: disable LTO to fix buildpaths QA failure | expand |
diff --git a/recipes-security/selinux/libsepol_3.10.bb b/recipes-security/selinux/libsepol_3.10.bb index 0423a2a6ea31..0a51aba28ee8 100644 --- a/recipes-security/selinux/libsepol_3.10.bb +++ b/recipes-security/selinux/libsepol_3.10.bb @@ -13,4 +13,8 @@ inherit lib_package DEPENDS = "flex-native" +# LTO fat objects in static library embed original source paths in .gnu.lto_* IR +# sections which are not affected by -ffile-prefix-map, causing buildpaths QA failure +LTO = "" + BBCLASSEXTEND = "native"