Changes of Revision 5
[-] | Changed | cpuburn.spec |
x 1
2 Version: 1.4 3 Release: 1 4 Source: %{name}_1_4_tar.gz 5 +Patch: %{name}-makefile.patch 6 BuildRoot: %{_tmppath}/%{name}-%{version}-build 7 8 %description 9
10 11 %prep 12 %setup 13 +%patch 14 15 %build 16 %ifarch x86_64 17 |
||
[+] | Added | cpuburn-makefile.patch ^ |
@@ -0,0 +1,8 @@ +--- Makefile.orig 2008-07-05 20:21:23.000000000 +0200 ++++ Makefile 2008-07-05 20:22:07.000000000 +0200 +@@ -1,3 +1,4 @@ ++CC:=gcc + all : burnP5 burnP6 burnK6 burnK7 burnBX burnMMX + .S: +- gcc -s -nostdlib -o $@ $< ++ $(CC) -s -nostdlib -o $@ $< |