Author: gb Date: Sat Feb 3 07:39:19 2007 New Revision: 116050 Added: packages/cooker/qemu/current/SOURCES/qemu-0.8.3-dont-strip.patch Modified: packages/cooker/qemu/current/SPECS/qemu.spec
Log: SILENT don't strip for -debug packages Added: packages/cooker/qemu/current/SOURCES/qemu-0.8.3-dont-strip.patch ============================================================================== --- (empty file) +++ packages/cooker/qemu/current/SOURCES/qemu-0.8.3-dont-strip.patch Sat Feb 3 07:39:19 2007 @@ -0,0 +1,22 @@ +--- qemu-0.8.3/Makefile.debug 2007-01-24 23:56:36.000000000 +0100 ++++ qemu-0.8.3/Makefile 2007-02-03 07:37:53.000000000 +0100 +@@ -75,7 +75,7 @@ endif + + install: all $(if $(BUILD_DOCS),install-doc) + mkdir -p "$(DESTDIR)$(bindir)" +- $(INSTALL) -m 755 -s $(TOOLS) "$(DESTDIR)$(bindir)" ++ $(INSTALL) -m 755 $(TOOLS) "$(DESTDIR)$(bindir)" + mkdir -p "$(DESTDIR)$(datadir)" + for x in bios.bin vgabios.bin vgabios-cirrus.bin ppc_rom.bin \ + video.x openbios-sparc32 linux_boot.bin pxe-ne2k_pci.bin \ +--- qemu-0.8.3/Makefile.target.debug 2007-02-03 06:46:53.000000000 +0100 ++++ qemu-0.8.3/Makefile.target 2007-02-03 07:38:01.000000000 +0100 +@@ -579,7 +579,7 @@ clean: + + install: all + ifneq ($(PROGS),) +- $(INSTALL) -m 755 -s $(PROGS) "$(DESTDIR)$(bindir)" ++ $(INSTALL) -m 755 $(PROGS) "$(DESTDIR)$(bindir)" + endif + + ifneq ($(wildcard .depend),) Modified: packages/cooker/qemu/current/SPECS/qemu.spec ============================================================================== --- packages/cooker/qemu/current/SPECS/qemu.spec (original) +++ packages/cooker/qemu/current/SPECS/qemu.spec Sat Feb 3 07:39:19 2007 @@ -30,6 +30,7 @@ Patch11: qemu-0.7.0-x86_64-direct-jump.patch Patch12: qemu-0.7.2-no-nptl.patch Patch13: qemu-0.8.1-fix-errno-tls.patch +Patch14: qemu-0.8.3-dont-strip.patch License: GPL URL: http://fabrice.bellard.free.fr/qemu/ @@ -68,6 +69,7 @@ %patch11 -p1 -b .x86_64-direct-jump %patch12 -p1 -b .no-nptl %patch13 -p1 -b .fix-errno-tls +%patch14 -p1 -b .dont-strip %build # don't use -mtune=generic if it is not supported
