diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2018-05-11 19:21:40 +0000 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-05-17 08:32:26 -0700 |
commit | d182f4170fc133d088c9abe338dceded9faf2d38 (patch) | |
tree | d96ec13e75c11f3d626318c6f2a440c43253a6af /meta-networking/recipes-support/spice/files/0001-spice-compile-warnings.m4-don-t-define-FORITFY_SOURC.patch | |
parent | b379fcebf988b1c37950e10fa32fa0ffccd61013 (diff) | |
download | meta-openembedded-d182f4170fc133d088c9abe338dceded9faf2d38.tar.gz |
spice: upgrade to 0.13.90 version
* 0.13.0 is needed for opengl support, see qemu commit:
https://git.qemu.org/?p=qemu.git;a=commitdiff;h=474114b7305cc1be7c2ee8ba5267be159a9d56e3
+# if SPICE_SERVER_VERSION >= 0x000d00 /* release 0.13.0 */
+# define HAVE_SPICE_GL 1
otherwise trying to run qemu with -spice gl=on fails with:
qemu-system-x86_64: -spice gl=on: Invalid parameter 'gl'
* spice-protocol is built separately since 0.12.6
* spice-protocol submodule has been removed,, spice-protocol must now
be installed when building spice-server
* celt051 is optional since 0.12.5, use PACKAGECONFIG for it
* Added Opus support. Celt support will be obsoleted in a future release.
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support/spice/files/0001-spice-compile-warnings.m4-don-t-define-FORITFY_SOURC.patch')
-rw-r--r-- | meta-networking/recipes-support/spice/files/0001-spice-compile-warnings.m4-don-t-define-FORITFY_SOURC.patch | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/meta-networking/recipes-support/spice/files/0001-spice-compile-warnings.m4-don-t-define-FORITFY_SOURC.patch b/meta-networking/recipes-support/spice/files/0001-spice-compile-warnings.m4-don-t-define-FORITFY_SOURC.patch deleted file mode 100644 index 666960566b..0000000000 --- a/meta-networking/recipes-support/spice/files/0001-spice-compile-warnings.m4-don-t-define-FORITFY_SOURC.patch +++ /dev/null | |||
@@ -1,37 +0,0 @@ | |||
1 | From bf85d26f0326d4ea20429c29fd408703ee5bad54 Mon Sep 17 00:00:00 2001 | ||
2 | From: Martin Jansa <Martin.Jansa@gmail.com> | ||
3 | Date: Wed, 13 Sep 2017 15:53:02 +0200 | ||
4 | Subject: [PATCH] spice-compile-warnings.m4: don't define FORITFY_SOURCES | ||
5 | |||
6 | * otherwise fails when the native gcc already defines | ||
7 | FORTIFY_SOURCES (e.g. in gentoo). | ||
8 | | In file included from ../../git/server/inputs_channel.c:19:0: | ||
9 | | ../config.h:17:0: error: "_FORTIFY_SOURCE" redefined [-Werror] | ||
10 | | # define _FORTIFY_SOURCE 2 | ||
11 | |||
12 | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||
13 | --- | ||
14 | m4/spice-compile-warnings.m4 | 7 ------- | ||
15 | 1 file changed, 7 deletions(-) | ||
16 | |||
17 | diff --git a/m4/spice-compile-warnings.m4 b/m4/spice-compile-warnings.m4 | ||
18 | index 959971a2..55352ad6 100644 | ||
19 | --- a/m4/spice-compile-warnings.m4 | ||
20 | +++ b/m4/spice-compile-warnings.m4 | ||
21 | @@ -109,13 +109,6 @@ AC_DEFUN([SPICE_COMPILE_WARNINGS],[ | ||
22 | # This should be < 1024 really. pixman_utils is the blackspot | ||
23 | # preventing lower usage | ||
24 | gl_WARN_ADD([-Wframe-larger-than=20460]) | ||
25 | - | ||
26 | - # Use improved glibc headers | ||
27 | - AH_VERBATIM([FORTIFY_SOURCE], | ||
28 | - [/* Enable compile-time and run-time bounds-checking, and some warnings. */ | ||
29 | -#if __OPTIMIZE__ | ||
30 | -# define _FORTIFY_SOURCE 2 | ||
31 | -#endif | ||
32 | ]) | ||
33 | |||
34 | # Extra special flags | ||
35 | -- | ||
36 | 2.14.1 | ||
37 | |||