Accepting request 137655 from home:a_faerber:branches:Virtualization
Sync the qemu.spec.in template file with qemu.spec. They must always both be updated, otherwise changes get lost! OBS-URL: https://build.opensuse.org/request/show/137655 OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=115
This commit is contained in:
parent
c7e26a230e
commit
efa147e6c4
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 9 19:55:32 UTC 2012 - afaerber@suse.de
|
||||||
|
|
||||||
|
- Sync qemu.spec.in file, please don't forget!
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 14 16:22:01 UTC 2012 - schwab@linux-m68k.org
|
Fri Sep 14 16:22:01 UTC 2012 - schwab@linux-m68k.org
|
||||||
|
|
||||||
|
@ -45,7 +45,9 @@ BuildRequires: libgnutls-devel
|
|||||||
BuildRequires: libjpeg-devel
|
BuildRequires: libjpeg-devel
|
||||||
BuildRequires: libpcap-devel
|
BuildRequires: libpcap-devel
|
||||||
BuildRequires: libpng-devel
|
BuildRequires: libpng-devel
|
||||||
BuildRequires: mozilla-nss-devel >= 3.12.8
|
%if 0%{?suse_version} > 1220
|
||||||
|
BuildRequires: makeinfo
|
||||||
|
%endif
|
||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
# we must not install the qemu package when under qemu build
|
# we must not install the qemu package when under qemu build
|
||||||
%if 0%{?qemu_user_space_build:1}
|
%if 0%{?qemu_user_space_build:1}
|
||||||
@ -176,6 +178,7 @@ make clean
|
|||||||
--enable-linux-user \
|
--enable-linux-user \
|
||||||
--disable-system \
|
--disable-system \
|
||||||
--static --disable-linux-aio \
|
--static --disable-linux-aio \
|
||||||
|
--disable-strip \
|
||||||
--extra-cflags="$QEMU_OPT_FLAGS"
|
--extra-cflags="$QEMU_OPT_FLAGS"
|
||||||
%if 0%{?suse_version} == 1140
|
%if 0%{?suse_version} == 1140
|
||||||
# -lrt needs to come after -lglib-2.0 to avoid undefined clock_gettime
|
# -lrt needs to come after -lglib-2.0 to avoid undefined clock_gettime
|
||||||
|
Loading…
Reference in New Issue
Block a user