mirror of https://gitee.com/openkylin/libvirt.git
xen lib detection patch on 64bits
* configure.in: patch from David Lively to try to detect the xen libs when using --with-xen-distdir= on 64bit arches. Daniel
This commit is contained in:
parent
cb3e65e922
commit
92b56c0412
|
@ -1,3 +1,8 @@
|
|||
Mon Jul 21 10:01:36 CEST 2008 Daniel Veillard <veillard@redhat.com>
|
||||
|
||||
* configure.in: patch from David Lively to try to detect the xen
|
||||
libs when using --with-xen-distdir= on 64bit arches.
|
||||
|
||||
Mon Jul 21 09:29:22 CEST 2008 Daniel Veillard <veillard@redhat.com>
|
||||
|
||||
* src/openvz_driver.c: patch from Evgeniy Sokolov avoiding domain
|
||||
|
|
|
@ -235,7 +235,7 @@ AC_ARG_WITH([xen-distdir], [AC_HELP_STRING([--with-xen-distdir=path],
|
|||
if test "x$with_xen_distdir" != "x"
|
||||
then
|
||||
CPPFLAGS="$CPPFLAGS -I$withval/install/usr/include"
|
||||
LDFLAGS="$LDFLAGS -L$withval/install/usr/lib"
|
||||
LDFLAGS="$LDFLAGS -L$withval/install/usr/lib -L$withval/install/usr/lib64"
|
||||
fi
|
||||
|
||||
LIBVIRT_FEATURES=
|
||||
|
|
Loading…
Reference in New Issue