Enable annobin on Red Hat Enterprise Linux

This commit is contained in:
Florian Weimer 2018-03-29 12:53:46 +02:00
parent 9dc918bfda
commit 157a6383c2

View File

@ -853,6 +853,9 @@ rpm_inherit_flags \
"-m31" \ "-m31" \
"-m32" \ "-m32" \
"-m64" \ "-m64" \
%if 0%{?rhel} > 0
"-specs=/usr/lib/rpm/redhat/redhat-annobin-cc1" \
%endif
############################################################################## ##############################################################################
# %%build - Generic options. # %%build - Generic options.
@ -1964,6 +1967,7 @@ fi
%changelog %changelog
* Thu Mar 29 2018 Florian Weimer <fweimer@redhat.com> - 2.27-7 * Thu Mar 29 2018 Florian Weimer <fweimer@redhat.com> - 2.27-7
- Enable annobin on Red Hat Enterprise Linux
- Auto-sync with upstream branch release/2.27/master, - Auto-sync with upstream branch release/2.27/master,
commit 55ad82e45c313454de657931898e974a7a036cad: commit 55ad82e45c313454de657931898e974a7a036cad:
- i386: Fix memmove issue (swbz#22644) - i386: Fix memmove issue (swbz#22644)