rpms/orsa/devel orsa.spec,1.2,1.3

Miloš Jakubíček mjakubicek at fedoraproject.org
Sat Feb 28 01:31:48 UTC 2009


Author: mjakubicek

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

Modified Files:
	orsa.spec 
Log Message:
- fix gcc 4.4 build



Index: orsa.spec
===================================================================
RCS file: /cvs/pkgs/rpms/orsa/devel/orsa.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- orsa.spec	26 Feb 2009 09:05:42 -0000	1.2
+++ orsa.spec	28 Feb 2009 01:31:18 -0000	1.3
@@ -1,6 +1,6 @@
 Name:			orsa
 Version:		0.7.0
-Release:		3%{?dist}
+Release:		4%{?dist}
 Summary:		Orbit Reconstruction, Simulation and Analysis
 
 Group:			Amusements/Graphics
@@ -54,7 +54,7 @@
 %build
 # honor $RPM_OPT_FLAGS
 sed -i 's|-g -Wall -W -pipe -ftemplate-depth-64 -O3 -fno-exceptions -funroll-loops -fstrict-aliasing -fno-gcse|$CXXFLAGS|' configure
-%configure --disable-static --with-mpi "CLN_CONFIG=`which pkg-config` cln" "GINACLIB_CONFIG=`which pkg-config` ginac"
+%configure --disable-static --with-mpi "CLN_CONFIG=`which pkg-config` cln" "GINACLIB_CONFIG=`which pkg-config` ginac" CXXFLAGS="$CXXFLAGS -DHAVE_INLINE"
 # remove rpaths
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
@@ -87,6 +87,9 @@
 %{_libdir}/libxorsa.so
 
 %changelog
+* Fri Feb 27 2009 Milos Jakubicek <xjakub at fi.muni.cz> - 0.7.0-4
+- Fixed gcc 4.4 build
+
 * Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.7.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list