From 4adfefae5a6a925e5b66b68d3fcb19e53f692f2a Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Wed, 4 Jul 2018 10:48:07 +0200 Subject: [PATCH] Inherit additional build flags --- glibc.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/glibc.spec b/glibc.spec index d440786..cd73716 100644 --- a/glibc.spec +++ b/glibc.spec @@ -726,7 +726,9 @@ rpm_inherit_flags () # multilib builds. rpm_inherit_flags \ + "-Wp,-D_GLIBCXX_ASSERTIONS" \ "-fasynchronous-unwind-tables" \ + "-fcf-protection" \ "-fstack-clash-protection" \ "-funwind-tables" \ "-m31" \