From 20b7f7b197b2a0734605eed08dbae924108b91c087e4772f7f3dd63c1d3b5420 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 5 Apr 2016 08:47:44 +0000 Subject: [PATCH] Accepting request 384141 from home:olh:branches:Virtualization - Force LIBXL_API_VERSION=0x040500 to fix build with xen-4.7 OBS-URL: https://build.opensuse.org/request/show/384141 OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=518 --- libvirt.changes | 5 +++++ libvirt.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/libvirt.changes b/libvirt.changes index 1117a9d..a36b0d7 100644 --- a/libvirt.changes +++ b/libvirt.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Apr 4 15:26:41 UTC 2016 - ohering@suse.de + +- Force LIBXL_API_VERSION=0x040500 to fix build with xen-4.7 + ------------------------------------------------------------------- Fri Mar 18 20:13:41 UTC 2016 - jfehlig@suse.com diff --git a/libvirt.spec b/libvirt.spec index 1036327..4400d1b 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -1153,6 +1153,7 @@ Wireshark dissector plugin for better analysis of libvirt RPC traffic. autoreconf -f -i export CFLAGS="$RPM_OPT_FLAGS" +export CFLAGS="$CFLAGS -DLIBXL_API_VERSION=0x040500" %configure --disable-static --with-pic \ %{?_without_xen} \ %{?_without_qemu} \