[e00compr] BUILD WITH -fPIC

Volker Fröhlich volter at fedoraproject.org
Sun Oct 30 21:08:37 UTC 2011


commit 8ee07adbd0072d46eaccaede75f22f03f9a03423
Author: Volker Fröhlich <volker27 at gmx.at>
Date:   Sun Oct 30 22:08:21 2011 +0100

    BUILD WITH -fPIC

 e00compr.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/e00compr.spec b/e00compr.spec
index a1a8ea3..d390413 100644
--- a/e00compr.spec
+++ b/e00compr.spec
@@ -1,6 +1,6 @@
 Name:           e00compr
 Version:        1.0.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Library to compress and uncompress E00 files
 Group:          Applications/Engineering
 
@@ -29,7 +29,7 @@ sed -i 's/\r$//' README.TXT
 
 
 %build
-make %{?_smp_mflags} CFLAGS="%{optflags}"
+make %{?_smp_mflags} CFLAGS="%{optflags} -fPIC"
 
 
 %install
@@ -56,6 +56,9 @@ install -pm 0755 e00conv %{buildroot}%{_bindir}
 
 
 %changelog
+* Thu Oct 30 2011 Volker Fröhlich <volker27 at gmx.at> - 1.0.1-3
+- Build with fPIC
+
 * Thu Oct 27 2011 Volker Fröhlich <volker27 at gmx.at> - 1.0.1-2
 - Add isa macro to provide
 


More information about the scm-commits mailing list