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
d0542dbbf1
commit
b18edd8469
@ -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/ (.*)//')" \
|
||||
|
11
qemu.spec
11
qemu.spec
@ -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/ (.*)//')" \
|
||||
|
Loading…
Reference in New Issue
Block a user