From 157a6383c29c74e38064fa18a51cbc4f65badf41 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Thu, 29 Mar 2018 12:53:46 +0200 Subject: [PATCH] Enable annobin on Red Hat Enterprise Linux --- glibc.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/glibc.spec b/glibc.spec index 3684838..e94f762 100644 --- a/glibc.spec +++ b/glibc.spec @@ -853,6 +853,9 @@ rpm_inherit_flags \ "-m31" \ "-m32" \ "-m64" \ +%if 0%{?rhel} > 0 + "-specs=/usr/lib/rpm/redhat/redhat-annobin-cc1" \ +%endif ############################################################################## # %%build - Generic options. @@ -1964,6 +1967,7 @@ fi %changelog * Thu Mar 29 2018 Florian Weimer - 2.27-7 +- Enable annobin on Red Hat Enterprise Linux - Auto-sync with upstream branch release/2.27/master, commit 55ad82e45c313454de657931898e974a7a036cad: - i386: Fix memmove issue (swbz#22644)