From f24d8028d474a1a544491b0eef841c56231853b5 Mon Sep 17 00:00:00 2001 From: José Abílio Oliveira Matos Date: Nov 19 2009 20:41:54 +0000 Subject: - Add compile option -fPIC (#508888) --- diff --git a/grace.spec b/grace.spec index 3670db3..7f8a315 100644 --- a/grace.spec +++ b/grace.spec @@ -3,7 +3,7 @@ Name: grace Version: 5.1.22 -Release: 4%{?dist} +Release: 6%{?dist} Summary: Numerical Data Processing and Visualization Tool License: GPLv2+ @@ -73,6 +73,8 @@ rm -rf Xbae T1lib %build cp %{SOURCE3} %{SOURCE4} . +export CFLAGS="$RPM_OPT_FLAGS -fPIC" +export FFLAGS="$RPM_OPT_FLAGS -fPIC" %configure \ --enable-editres \ --with-editor=nedit \ @@ -226,6 +228,12 @@ fi %changelog +* Thu Nov 19 2009 José Matos - 5.1.22-6 +- Add compile option -fPIC (#508888) + +* Fri Jul 24 2009 Fedora Release Engineering - 5.1.22-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Tue Jul 21 2009 José Matos - 5.1.22-4 - Fix #504413 (remove last newline in FontDataBase)