http://bugzilla.opensuse.org/show_bug.cgi?id=1133245 http://bugzilla.opensuse.org/show_bug.cgi?id=1133245#c23 --- Comment #23 from Martin Liška <martin.liska@suse.com> --- (In reply to Dr. Werner Fink from comment #22)
RPM lint does not like LTO in static libs
[ 11s] RPMLINT report: [ 11s] =============== [ 12s] libsigsegv-devel.x86_64: W: lto-bytecode /usr/lib64/libsigsegv.a [ 12s] This executable contains a LTO section. LTO bytecode is not portable and [ 12s] should not be distributed in static libraries or e.g. Python modules.
Yep, I've added the check. Using fat LTO objects will handle this: https://en.opensuse.org/openSUSE:LTO#Static_libraries and brp-checks will do LTO bytecode stripping for the static libs. -- You are receiving this mail because: You are on the CC list for the bug.