From 8d0b207e23ab17398b5c51900cf8c0889c27774b Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 19 Jun 2015 10:50:53 +0100 Subject: [PATCH] Disable hardened build since it breaks static linking (RHBZ#1204162). --- qemu-sanity-check.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/qemu-sanity-check.spec b/qemu-sanity-check.spec index cd8a465..b52191f 100644 --- a/qemu-sanity-check.spec +++ b/qemu-sanity-check.spec @@ -1,3 +1,7 @@ +# _hardened_build breaks building the static 'init' binary. +# https://bugzilla.redhat.com/1204162 +%undefine _hardened_build + %global debug_package %{nil} Name: qemu-sanity-check