diff options
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libxshmfence/extensions.patch')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libxshmfence/extensions.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxshmfence/extensions.patch b/meta/recipes-graphics/xorg-lib/libxshmfence/extensions.patch new file mode 100644 index 0000000000..4cc9e05ab5 --- /dev/null +++ b/meta/recipes-graphics/xorg-lib/libxshmfence/extensions.patch | |||
@@ -0,0 +1,17 @@ | |||
1 | With glibc 2.27 memfd_create is behind a _GNU_SOURCE guard, so call | ||
2 | AC_USE_SYSTEM_EXTENSIONS to get that defined. | ||
3 | |||
4 | Upstream-Status: Submitted | ||
5 | Signed-off-by: Ross Burton <ross.burton@intel.com> | ||
6 | |||
7 | diff --git a/configure.ac b/configure.ac | ||
8 | index 0c98875..ebf4dee 100644 | ||
9 | --- a/configure.ac | ||
10 | +++ b/configure.ac | ||
11 | @@ -29,4 +29,6 @@ AC_CONFIG_SRCDIR([Makefile.am]) | ||
12 | AC_CONFIG_HEADERS([config.h]) | ||
13 | |||
14 | +AC_USE_SYSTEM_EXTENSIONS | ||
15 | + | ||
16 | # Initialize Automake | ||
17 | AM_INIT_AUTOMAKE([foreign dist-bzip2]) | ||