From 4ecadb0ce86b178c54ed88b177b4e626844f3879 Mon Sep 17 00:00:00 2001 From: Daniel P. Berrange Date: Aug 28 2007 17:45:53 +0000 Subject: Fixed generation of debuginfo --- diff --git a/qemu.spec b/qemu.spec index 8dec6a4..5be581b 100644 --- a/qemu.spec +++ b/qemu.spec @@ -59,8 +59,9 @@ As QEMU requires no host kernel patches to run, it is safe and easy to use. --prefix=%{_prefix} \ --interp-prefix=%{_prefix}/qemu-%%M \ --cc=gcc%{gccver} \ - --enable-alsa -make %{?_smp_mflags} + --enable-alsa \ + --extra-ldflags="-Wl,--build-id" +make %{?_smp_mflags} VL_LDFLAGS="-Wl,--build-id" %install rm -rf $RPM_BUILD_ROOT @@ -103,6 +104,9 @@ fi %{_mandir}/man1/* %changelog +* Tue Aug 28 2007 Daniel P. Berrange - 0.9.0-4.fc8 +- Fix debuginfo by passing -Wl,--build-id to linker + * Tue Aug 28 2007 David Woodhouse 0.9.0-4 - Update licence - Fix CDROM emulation (#253542)