]> xenbits.xensource.com Git - people/liuw/qemu.git/commitdiff
XXX hack: work around linker limitation
authorWei Liu <wei.liu2@citrix.com>
Mon, 26 Jan 2015 17:23:53 +0000 (17:23 +0000)
committerWei Liu <wei.liu2@citrix.com>
Fri, 16 Oct 2015 15:18:44 +0000 (16:18 +0100)
configure

index 777dd67d11f8df350aeef39fa56f42c5cc5c7ff1..104e7759a06da69c589c23e818c1f1f5b0bd403f 100755 (executable)
--- a/configure
+++ b/configure
@@ -1841,7 +1841,7 @@ fi
 # xen probe
 
 if test "$xen" != "no" ; then
-  xen_libs="-lxenstore -lxenctrl -lxenguest"
+  xen_libs="-lxenstore -lxenctrl -lxenguest -lz"
 
   # First we test whether Xen headers and libraries are available.
   # If no, we are done and there is no Xen support.