qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v2 2/7] configure: Add -lutil to libs_qga if necessa


From: Fam Zheng
Subject: [Qemu-devel] [PATCH v2 2/7] configure: Add -lutil to libs_qga if necessary
Date: Fri, 22 Aug 2014 18:54:18 +0800

Since we will soon need to resolve openpty (3) when linking.

Signed-off-by: Fam Zheng <address@hidden>
---
 configure | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index 283c71c..5c35ecf 100755
--- a/configure
+++ b/configure
@@ -3546,6 +3546,7 @@ fi
 if test "$darwin" != "yes" -a "$mingw32" != "yes" -a "$solaris" != yes -a \
         "$aix" != "yes" -a "$haiku" != "yes" ; then
     libs_softmmu="-lutil $libs_softmmu"
+    libs_qga="-lutil $libs_qga"
 fi
 
 ##########################################
-- 
2.0.3




reply via email to

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