rpms/glpk/devel glpk.spec,1.1,1.2

Quentin Spencer (qspencer) fedora-extras-commits at redhat.com
Tue Aug 9 17:52:23 UTC 2005


Author: qspencer

Update of /cvs/extras/rpms/glpk/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2518

Modified Files:
	glpk.spec 
Log Message:
Add -fPIC to compile flags.


Index: glpk.spec
===================================================================
RCS file: /cvs/extras/rpms/glpk/devel/glpk.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- glpk.spec	9 Aug 2005 15:07:34 -0000	1.1
+++ glpk.spec	9 Aug 2005 17:52:21 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           glpk
 Version:        4.8
-Release:        1
+Release:        2
 Summary:        GNU Linear Programming Kit
 
 Group:          System Environment/Libraries
@@ -51,7 +51,7 @@
 %setup -q
 
 %build
-%configure
+CFLAGS="$RPM_OPT_FLAGS -fPIC" %configure
 make %{?_smp_mflags}
 
 %install
@@ -85,5 +85,8 @@
 %{_bindir}/*
 
 %changelog
+* Tue Aug 09 2005 Quentin Spencer <qspencer at users.sf.net> 4.8-2
+- Add -fPIC to compile flags.
+
 * Fri Jul 22 2005 Quentin Spencer <qspencer at users.sf.net> 4.8-1
 - First version.




More information about the fedora-extras-commits mailing list