summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2015-04-14 12:30:19 +0100
committerBaserock Gerrit <gerrit@baserock.org>2015-04-14 11:47:49 +0000
commit519885d04dffaa5d9bb21271f8c1ffc0a63f5f67 (patch)
tree0efa67899ae64ed80df16d856fcbfd82ca0e1330
parent1efc267023ab34479e3b4b0565823b8a0ebaedbf (diff)
downloaddefinitions-519885d04dffaa5d9bb21271f8c1ffc0a63f5f67.tar.gz
mesa: Fix a compilation problem with missing fstat
Point mesa stratum to a patch cherry-picked from master to fix this compilation error: loader.c: In function 'udev_device_new_from_fd': loader.c:163:4: error: implicit declaration of function 'fstat' [-Werror=implicit-function-declaration] if (fstat(fd, &buf) < 0) { ^ cc1: some warnings being treated as errors More info here: https://bugs.freedesktop.org/show_bug.cgi?id=89530 Change-Id: I3bd4856b07318ce97772a4755b253c918f4b1e66
-rw-r--r--strata/mesa-common.morph4
1 files changed, 2 insertions, 2 deletions
diff --git a/strata/mesa-common.morph b/strata/mesa-common.morph
index 8967446c..28c0cef3 100644
--- a/strata/mesa-common.morph
+++ b/strata/mesa-common.morph
@@ -8,5 +8,5 @@ chunks:
- name: mesa
morph: strata/mesa-common/mesa.morph
repo: upstream:mesa
- ref: 1a9cc5f50db5d27530a3449743b43aac389d781f
- unpetrify-ref: mesa-10.3.3
+ ref: f7d157a4f011fd5ace94f55c8674be4b12d86f95
+ unpetrify-ref: baserock/mesa-10.3.7-2-gf7d157a/fstat_fix