rpms/qemu/devel qemu.spec,1.27,1.28

Daniel P. Berrange (berrange) fedora-extras-commits at redhat.com
Tue Aug 28 17:46:25 UTC 2007


Author: berrange

Update of /cvs/pkgs/rpms/qemu/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26504

Modified Files:
	qemu.spec 
Log Message:
Fixed generation of debuginfo


Index: qemu.spec
===================================================================
RCS file: /cvs/pkgs/rpms/qemu/devel/qemu.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- qemu.spec	28 Aug 2007 16:55:22 -0000	1.27
+++ qemu.spec	28 Aug 2007 17:45:53 -0000	1.28
@@ -59,8 +59,9 @@
     --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 @@
 %{_mandir}/man1/*
 
 %changelog
+* Tue Aug 28 2007 Daniel P. Berrange <berrange at redhat.com> - 0.9.0-4.fc8
+- Fix debuginfo by passing -Wl,--build-id to linker
+
 * Tue Aug 28 2007 David Woodhouse <dwmw2 at infradead.org> 0.9.0-4
 - Update licence
 - Fix CDROM emulation (#253542)




More information about the fedora-extras-commits mailing list