- build -fPIC (#475254)

This commit is contained in:
Rex Dieter 2008-12-11 16:26:27 +00:00
parent 41765fe33c
commit c2859b87e2

View File

@ -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 @@ cd src
./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 @@ rm -rf %{buildroot}
%changelog
* Thu Dec 11 2008 Rex Dieter <rdieter@fedoraproject.org> 5.4.2-4
- build -fPIC (#475254)
* Mon Sep 29 2008 Rex Dieter <rdieter@fedoraproject.org> 5.4.2-3
- multilib fixes