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:
parent
870f0091dd
commit
553a1b583e
@ -982,6 +982,15 @@ do
|
|||||||
done
|
done
|
||||||
|
|
||||||
%build
|
%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 \
|
./configure \
|
||||||
--prefix=%_prefix \
|
--prefix=%_prefix \
|
||||||
--sysconfdir=%_sysconfdir \
|
--sysconfdir=%_sysconfdir \
|
||||||
@ -995,7 +1004,7 @@ done
|
|||||||
%else
|
%else
|
||||||
--python=%_bindir/python2 \
|
--python=%_bindir/python2 \
|
||||||
%endif
|
%endif
|
||||||
--extra-cflags="%{optflags}" \
|
--extra-cflags="%{optflags} ${XC_COMPAT}" \
|
||||||
--disable-stack-protector \
|
--disable-stack-protector \
|
||||||
--disable-strip \
|
--disable-strip \
|
||||||
--with-pkgversion="%(echo '%{distro}' | sed 's/ (.*)//')" \
|
--with-pkgversion="%(echo '%{distro}' | sed 's/ (.*)//')" \
|
||||||
|
11
qemu.spec
11
qemu.spec
@ -982,6 +982,15 @@ do
|
|||||||
done
|
done
|
||||||
|
|
||||||
%build
|
%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 \
|
./configure \
|
||||||
--prefix=%_prefix \
|
--prefix=%_prefix \
|
||||||
--sysconfdir=%_sysconfdir \
|
--sysconfdir=%_sysconfdir \
|
||||||
@ -995,7 +1004,7 @@ done
|
|||||||
%else
|
%else
|
||||||
--python=%_bindir/python2 \
|
--python=%_bindir/python2 \
|
||||||
%endif
|
%endif
|
||||||
--extra-cflags="%{optflags}" \
|
--extra-cflags="%{optflags} ${XC_COMPAT}" \
|
||||||
--disable-stack-protector \
|
--disable-stack-protector \
|
||||||
--disable-strip \
|
--disable-strip \
|
||||||
--with-pkgversion="%(echo '%{distro}' | sed 's/ (.*)//')" \
|
--with-pkgversion="%(echo '%{distro}' | sed 's/ (.*)//')" \
|
||||||
|
Loading…
Reference in New Issue
Block a user