]> git.pld-linux.org Git - packages/qemu.git/commitdiff
- higher INITRD_LOAD_ADDR, so a big kernel, like that in PLD, can successfully be...
authorJacek Konieczny <jajcus@pld-linux.org>
Tue, 31 May 2005 12:17:37 +0000 (12:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    qemu.spec -> 1.25

qemu.spec

index d5e04da41fe1736f601c9e267da65fc1e7c95003..c2a9e3c42fed2f3c65a2be61941411fadf7040a2 100644 (file)
--- a/qemu.spec
+++ b/qemu.spec
@@ -21,6 +21,7 @@ Patch0:               %{name}-nostatic.patch
 Patch1:                %{name}-DESTDIR.patch
 Patch2:                %{name}-longjmp.patch
 Patch3:                %{name}-dot.patch
+Patch4:                %{name}-initrd_load_addr.patch
 URL:           http://fabrice.bellard.free.fr/qemu/
 BuildRequires: SDL-devel >= 1.2.1
 BuildRequires: sed >= 4.0
@@ -72,6 +73,7 @@ aby dzia
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 sed -i -e 's/sdl_static=yes/sdl_static=no/' configure
 # cannot use optflags on x86 - they cause "no register to spill" errors
@@ -83,7 +85,7 @@ sed -i -e 's/sdl_static=yes/sdl_static=no/' configure
 
 %if %{with kqemu}
 cp -rdp %{_kernelsrcdir}/ .
-rm linux/.config
+rm -f linux/.config
 cp -f linux/config-smp linux/.config
 make -C linux modules_prepare
 %endif
This page took 0.111345 seconds and 4 git commands to generate.