rpms/blacs/FC-3 blacs.spec,1.15,1.16

Tom Callaway (spot) fedora-extras-commits at redhat.com
Tue Feb 28 21:22:17 UTC 2006


Author: spot

Update of /cvs/extras/rpms/blacs/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29108/FC-3

Modified Files:
	blacs.spec 
Log Message:

Fix blacs shared libs



Index: blacs.spec
===================================================================
RCS file: /cvs/extras/rpms/blacs/FC-3/blacs.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- blacs.spec	20 Dec 2005 00:05:22 -0000	1.15
+++ blacs.spec	28 Feb 2006 21:22:17 -0000	1.16
@@ -1,7 +1,7 @@
 Summary: Basic Linear Algebra Communication Subprograms
 Name: blacs
 Version: 1.1
-Release: 18%{?dist}
+Release: 19%{?dist}
 License: Freely distributable
 Group: Development/Libraries
 URL: http://www.netlib.org/blacs
@@ -56,6 +56,8 @@
 
 %build
 cd BLACS/
+CFLAGS=`echo $RPM_OPT_FLAGS | sed -e 's/-fstack-protector//g'`
+RPM_OPT_FLAGS=`echo $CFLAGS`
 make mpi
 
 cd TESTING/
@@ -107,6 +109,9 @@
 %{_libdir}/libmpiblacs*.so
 
 %changelog
+* Tue Feb 28 2006 Tom "spot" Callaway <tcallawa at redhat.com> 1.1-19
+- fix broken bits in shared lib (no -fstack-protector for us)
+
 * Mon Dec 19 2005 Tom "spot" Callaway <tcallawa at redhat.com> 1.1-18
 - rebuild for gcc4.1
 




More information about the scm-commits mailing list