Blame SOURCES/annobin-glibc-test-skip-lto.patch

099118
--- annobin.orig/tests/glibc-notes-test	2021-09-29 16:46:01.347694363 +0100
099118
+++ annobin-10.06/tests/glibc-notes-test	2021-09-29 16:46:42.253411494 +0100
099118
@@ -44,7 +44,7 @@ $GCC -pie -Wl,-z,now hello.o hello2.o he
099118
 
099118
 # Run annocheck
099118
 
099118
-$ANNOCHECK glibc-notes.exe --skip-cf-protection --skip-property-note --skip-stack-realign --ignore-gaps --skip-entry --skip-dynamic-tags > glibc-notes.out
099118
+$ANNOCHECK glibc-notes.exe --skip-cf-protection --skip-property-note --skip-stack-realign --ignore-gaps --skip-entry --skip-dynamic-tags --skip-lto > glibc-notes.out
099118
 grep -e "PASS" glibc-notes.out
099118
 if [ $? != 0 ];
099118
 then