qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 3/4] rules.mak: Link DSO with libqemuutil.a


From: Fam Zheng
Subject: [Qemu-devel] [PATCH 3/4] rules.mak: Link DSO with libqemuutil.a
Date: Fri, 23 May 2014 11:02:29 +0800

Because block-iscsi.so needs bitmap_set.

Signed-off-by: Fam Zheng <address@hidden>
---
 rules.mak | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules.mak b/rules.mak
index b12d312..6c675fd 100644
--- a/rules.mak
+++ b/rules.mak
@@ -80,7 +80,7 @@ endif
 
 DSO_CFLAGS := -fPIC -DBUILD_DSO
 %$(DSOSUF): LDFLAGS += $(LDFLAGS_SHARED)
-%$(DSOSUF): %.mo libqemustub.a
+%$(DSOSUF): %.mo libqemustub.a libqemuutil.a
        $(call LINK,$^)
        @# Copy to build root so modules can be loaded when program started 
without install
        $(if $(findstring /,$@),$(call quiet-command,cp $@ $(subst /,-,$@), "  
CP    $(subst /,-,$@)"))
-- 
1.9.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]