Build with -mbranch-protection=standard
annocheck reports that /usr/bin/at fails the dynamic-tags test because the BTI_PLT flag is missing from the dynamic tags. The easy solution is to pass -mbranch-protection=standard to gcc at compile time. For more information:
https://sourceware.org/annobin/annobin.html/Test-dynamic-tags.html
Signed-off-by: David Cantrell dcantrell@redhat.com