Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > media > main-src > by-pkgid > aadbe78a25743146bb784eee19f007c5 > files > 131

kvm-83-164.el5_5.9.src.rpm

From cc4a3f343c39743c2fea0aa38744d96b432a8b05 Mon Sep 17 00:00:00 2001
From: Eduardo Habkost <ehabkost@redhat.com>
Date: Fri, 2 Oct 2009 16:51:30 -0300
Subject: [PATCH 4/7] Fix typo, should have been += from the beggining

RH-Author: Juan Quintela <quintela@redhat.com>
Message-id: <81f9bb371db921d65ed656d114ee8c7c95b57ad6.1253286927.git.quintela@redhat.com>
Patchwork-id: 3451
O-Subject: [PATCH 3/4] Fix typo, should have been += from the beggining
Bugzilla: 516672
RH-Acked-by: Luiz Capitulino <lcapitulino@redhat.com>
RH-Acked-by: Markus Armbruster <armbru@redhat.com>
RH-Acked-by: Eduardo Habkost <ehabkost@redhat.com>

Signed-off-by: Juan Quintela <quintela@redhat.com>
---
 qemu/Makefile.target |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
---
 qemu/Makefile.target |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/qemu/Makefile.target b/qemu/Makefile.target
index 077a199..4c59920 100644
--- a/qemu/Makefile.target
+++ b/qemu/Makefile.target
@@ -661,7 +661,7 @@ ifdef CONFIG_ES1370
 SOUND_HW += es1370.o
 endif
 ifdef CONFIG_AC97
-SOUND_HW = ac97.o
+SOUND_HW += ac97.o
 endif
 ifdef CONFIG_ADLIB
 SOUND_HW += fmopl.o adlib.o
-- 
1.6.3.rc4.29.g8146