qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 2/3] build: add librt to libs_qga


From: Roger Pau Monne
Subject: [Qemu-devel] [PATCH 2/3] build: add librt to libs_qga
Date: Tue, 21 Feb 2012 20:14:39 +0100

librt is needed to link qemu-ga.

Signed-off-by: Roger Pau Monne <address@hidden>
---
 configure |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/configure b/configure
index 68eb3fa..790d495 100755
--- a/configure
+++ b/configure
@@ -2521,6 +2521,7 @@ if compile_prog "" "" ; then
   :
 elif compile_prog "" "-lrt" ; then
   LIBS="-lrt $LIBS"
+  libs_qga="-lrt $libs_qga"
 fi
 
 if test "$darwin" != "yes" -a "$mingw32" != "yes" -a "$solaris" != yes -a \
-- 
1.7.9




reply via email to

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