rpms/rhm/devel rhm.spec,1.36,1.37

Nuno Santos nsantos at fedoraproject.org
Tue Mar 17 18:58:16 UTC 2009


Author: nsantos

Update of /cvs/extras/rpms/rhm/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21616

Modified Files:
	rhm.spec 
Log Message:
try to avoid smp-related compilation issue


Index: rhm.spec
===================================================================
RCS file: /cvs/extras/rpms/rhm/devel/rhm.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- rhm.spec	17 Mar 2009 18:41:11 -0000	1.36
+++ rhm.spec	17 Mar 2009 18:57:46 -0000	1.37
@@ -38,7 +38,7 @@
 
 %build
 %configure --disable-static --disable-rpath CXXFLAGS="-O3 -DNDEBUG"
-make %{?_smp_mflags}
+make #%{?_smp_mflags}
 
 %install
 rm -rf %{buildroot}




More information about the fedora-extras-commits mailing list