From cd83220491253d896af90c3e1207964edf893931 Mon Sep 17 00:00:00 2001 From: Scott Talbert Date: Sep 20 2015 01:55:25 +0000 Subject: Fixed LDFLAGS so that hardening flags will be included --- diff --git a/concordance.spec b/concordance.spec index b5b869d..91752e5 100644 --- a/concordance.spec +++ b/concordance.spec @@ -3,7 +3,7 @@ Name: concordance Version: 1.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Software to program the Logitech Harmony remote control Group: Applications/Communications @@ -94,7 +94,7 @@ cd - cd %{name} export CFLAGS="%{optflags} -I../libconcord" -export LDFLAGS="-L../libconcord/.libs" +export LDFLAGS="%{__global_ldflags} -L../libconcord/.libs" %configure --enable-shared make %{_smp_mflags} @@ -177,6 +177,9 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || : %changelog +* Sat Sep 19 2015 Scott Talbert - 1.2-5 +- Fixed LDFLAGS so that hardening flags will be included + * Wed Jun 17 2015 Fedora Release Engineering - 1.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild