From d2d3aaba536eca337299b7df5d9f3d88a843df0f Mon Sep 17 00:00:00 2001 From: David Tardon Date: Wed, 27 Apr 2016 09:07:17 +0200 Subject: [PATCH] hardened build is enabled by default already --- libreoffice.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/libreoffice.spec b/libreoffice.spec index 13c8fc6..7262661 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -27,10 +27,7 @@ # %%define source_url http://download.documentfoundation.org/libreoffice/src/%{libo_version} # URL for external projects' tarballs %define external_url http://dev-www.libreoffice.org/src/ -# limit to fedora, as it breaks building of some bundled projects %if 0%{?fedora} -# default for f23 onwards -%global _hardened_build 1 %global weak_deps 1 %global file_triggers 1 %endif