rpms/ntl/devel ntl.spec,1.12,1.13

Rex Dieter rdieter at fedoraproject.org
Thu Dec 11 16:26:58 UTC 2008


Author: rdieter

Update of /cvs/pkgs/rpms/ntl/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2654

Modified Files:
	ntl.spec 
Log Message:
* Thu Dec 11 2008 Rex Dieter <rdieter at fedoraproject.org> 5.4.2-4
- build -fPIC (#475254)



Index: ntl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ntl/devel/ntl.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ntl.spec	29 Sep 2008 18:43:21 -0000	1.12
+++ ntl.spec	11 Dec 2008 16:26:27 -0000	1.13
@@ -4,7 +4,7 @@
 Summary: High-performance algorithms for vectors, matrices, and polynomials 
 Name:    ntl 
 Version: 5.4.2
-Release: 3%{?dist}
+Release: 4%{?dist}
 
 License: GPLv2+
 URL:     http://shoup.net/ntl/ 
@@ -70,8 +70,8 @@
 ./configure \
   CC="%{__cc}" \
   CXX="%{__cxx}" \
-  CFLAGS="%{optflags}" \
-  CXXFLAGS="%{optflags}" \
+  CFLAGS="%{optflags} -fPIC" \
+  CXXFLAGS="%{optflags} -fPIC" \
   PREFIX=%{_prefix} \
   DOCDIR=%{_docdir} \
   INCLUDEDIR=%{_includedir} \
@@ -127,6 +127,9 @@
 
 
 %changelog
+* Thu Dec 11 2008 Rex Dieter <rdieter at fedoraproject.org> 5.4.2-4
+- build -fPIC (#475254)
+
 * Mon Sep 29 2008 Rex Dieter <rdieter at fedoraproject.org> 5.4.2-3
 - multilib fixes
 




More information about the fedora-extras-commits mailing list