Accepting request 657659 from home:bfrogers:branches:Virtualization

Oops. Last submission hadn't had the update_git.sh script run against it. Fix that.

OBS-URL: https://build.opensuse.org/request/show/657659
OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=436
This commit is contained in:
Bruce Rogers 2018-12-12 17:43:22 +00:00 committed by Git OBS Bridge
parent d0542dbbf1
commit b18edd8469
2 changed files with 20 additions and 2 deletions

View File

@ -982,6 +982,15 @@ do
done
%build
XC_COMPAT="
-DXC_WANT_COMPAT_DEVICEMODEL_API=1
-DXC_WANT_COMPAT_EVTCHN_API=1
-DXC_WANT_COMPAT_GNTTAB_API=1
-DXC_WANT_COMPAT_MAP_FOREIGN_API=1
"
XC_COMPAT="`echo ${XC_COMPAT} | xargs`"
sed -i~ /undef/d include/hw/xen/xen_common.h
diff -u include/hw/xen/xen_common.h~ include/hw/xen/xen_common.h || :
./configure \
--prefix=%_prefix \
--sysconfdir=%_sysconfdir \
@ -995,7 +1004,7 @@ done
%else
--python=%_bindir/python2 \
%endif
--extra-cflags="%{optflags}" \
--extra-cflags="%{optflags} ${XC_COMPAT}" \
--disable-stack-protector \
--disable-strip \
--with-pkgversion="%(echo '%{distro}' | sed 's/ (.*)//')" \

View File

@ -982,6 +982,15 @@ do
done
%build
XC_COMPAT="
-DXC_WANT_COMPAT_DEVICEMODEL_API=1
-DXC_WANT_COMPAT_EVTCHN_API=1
-DXC_WANT_COMPAT_GNTTAB_API=1
-DXC_WANT_COMPAT_MAP_FOREIGN_API=1
"
XC_COMPAT="`echo ${XC_COMPAT} | xargs`"
sed -i~ /undef/d include/hw/xen/xen_common.h
diff -u include/hw/xen/xen_common.h~ include/hw/xen/xen_common.h || :
./configure \
--prefix=%_prefix \
--sysconfdir=%_sysconfdir \
@ -995,7 +1004,7 @@ done
%else
--python=%_bindir/python2 \
%endif
--extra-cflags="%{optflags}" \
--extra-cflags="%{optflags} ${XC_COMPAT}" \
--disable-stack-protector \
--disable-strip \
--with-pkgversion="%(echo '%{distro}' | sed 's/ (.*)//')" \