diff options
author | John Coyle <dx9err@gmail.com> | 2016-12-19 20:34:05 -0500 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-08-17 13:40:16 +0000 |
commit | 393337cf64c2757c5421dc402cea7cc1eafa7b0c (patch) | |
tree | df8d48009488b695c6f3e32c4faa3ae06a4cdea3 /testing/ceph/allperms.patch | |
parent | 2e1d0e8a8958d2fddd9e9fa9fe10de0622b01348 (diff) | |
download | aports-393337cf64c2757c5421dc402cea7cc1eafa7b0c.tar.bz2 aports-393337cf64c2757c5421dc402cea7cc1eafa7b0c.tar.xz |
testing/ceph: upgrade to 11.1.1
Diffstat (limited to 'testing/ceph/allperms.patch')
-rw-r--r-- | testing/ceph/allperms.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/ceph/allperms.patch b/testing/ceph/allperms.patch new file mode 100644 index 0000000000..a5ce1c031d --- /dev/null +++ b/testing/ceph/allperms.patch @@ -0,0 +1,13 @@ +--- ceph-11.1.1/src/test/libcephfs/test.cc.orig 2017-01-16 00:17:44.154815630 +0000 ++++ ceph-11.1.1/src/test/libcephfs/test.cc 2017-01-16 00:18:09.642520993 +0000 +@@ -31,6 +31,10 @@ + #include <map> + #include <vector> + ++#ifndef ALLPERMS ++#define ALLPERMS (S_ISUID|S_ISGID|S_ISVTX|S_IRWXU|S_IRWXG|S_IRWXO) ++#endif ++ + TEST(LibCephFS, OpenEmptyComponent) { + + pid_t mypid = getpid(); |