summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/udisks/udisks/0001-fix-build-with-newer-glibc-versions.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/udisks/udisks/0001-fix-build-with-newer-glibc-versions.patch')
-rw-r--r--meta-oe/recipes-support/udisks/udisks/0001-fix-build-with-newer-glibc-versions.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/udisks/udisks/0001-fix-build-with-newer-glibc-versions.patch b/meta-oe/recipes-support/udisks/udisks/0001-fix-build-with-newer-glibc-versions.patch
new file mode 100644
index 000000000..520655a21
--- /dev/null
+++ b/meta-oe/recipes-support/udisks/udisks/0001-fix-build-with-newer-glibc-versions.patch
@@ -0,0 +1,29 @@
1From 9829152b12a8924d2e091a00133ed1a3a7ba75c0 Mon Sep 17 00:00:00 2001
2From: Alexandre Rostovtsev <tetromino@gentoo.org>
3Date: Fri, 29 May 2015 21:09:39 -0400
4Subject: [PATCH] fix build with newer glibc versions
5
6https://bugs.freedesktop.org/show_bug.cgi?id=90778
7
8Upstream-Status: Applied [1]
9
10[1] http://cgit.freedesktop.org/udisks/commit/?h=udisks1&id=9829152b12a8924d2e091a00133ed1a3a7ba75c0
11---
12 src/helpers/job-drive-detach.c | 1 +
13 1 file changed, 1 insertion(+)
14
15diff --git a/src/helpers/job-drive-detach.c b/src/helpers/job-drive-detach.c
16index eeafcab..d122a1f 100644
17--- a/src/helpers/job-drive-detach.c
18+++ b/src/helpers/job-drive-detach.c
19@@ -18,6 +18,7 @@
20 *
21 */
22
23+#include <sys/stat.h>
24 #include <stdio.h>
25 #include <string.h>
26 #include <errno.h>
27--
282.1.0
29