From 03bacb0a0712886c8b1d26a679ae6d9b4837e76c Mon Sep 17 00:00:00 2001 From: Bernard Johnson Date: Feb 22 2014 05:25:53 +0000 Subject: enable PIE build (bz #965523) --- diff --git a/BackupPC.spec b/BackupPC.spec index 9634dba..34c6f06 100644 --- a/BackupPC.spec +++ b/BackupPC.spec @@ -1,3 +1,6 @@ +# enable -PIE build +%global _hardened_build 1 + %if 0%{?rhel} && 0%{?rhel} < 5 %global _without_selinux 1 %endif @@ -365,6 +368,7 @@ fi %changelog * Fri Feb 21 2014 Bernard Johnson 3.3.0-2 - fix typo in README.RHEL +- enable PIE build (bz #965523) * Sun Apr 28 2013 Johan Cwiklinski 3.3.0-1 - Last upstream release