rpms/x86info/devel x86info.spec,1.39,1.40

Dave Jones davej at fedoraproject.org
Fri Feb 6 17:31:35 UTC 2009


Author: davej

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

Modified Files:
	x86info.spec 
Log Message:
build fix(ish)


Index: x86info.spec
===================================================================
RCS file: /cvs/pkgs/rpms/x86info/devel/x86info.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- x86info.spec	6 Feb 2009 17:18:50 -0000	1.39
+++ x86info.spec	6 Feb 2009 17:31:05 -0000	1.40
@@ -21,7 +21,9 @@
 %setup -q -n %{name}-%{version}
 
 %build
-make CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}
+# disable %{?_smp_mflags} until I get some dependancies fixed upstream.
+# lsmsr.c tries to build before generic_msr.h is generated.
+make CFLAGS="$RPM_OPT_FLAGS"
 
 %install
 rm -rf %{buildroot}




More information about the fedora-extras-commits mailing list