diff --git a/blacs.spec b/blacs.spec index 9f64357..4ff5142 100644 --- a/blacs.spec +++ b/blacs.spec @@ -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 @@ cp -f %{SOURCE2} . %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 @@ rm -fr ${RPM_BUILD_ROOT} %{_libdir}/libmpiblacs*.so %changelog +* Tue Feb 28 2006 Tom "spot" Callaway 1.1-19 +- fix broken bits in shared lib (no -fstack-protector for us) + * Mon Dec 19 2005 Tom "spot" Callaway 1.1-18 - rebuild for gcc4.1