aboutsummaryrefslogtreecommitdiffstats
path: root/community/ceph/allperms.patch
diff options
context:
space:
mode:
authoriggy <iggy@theiggy.com>2019-04-13 11:40:55 -0700
committerKevin Daudt <kdaudt@alpinelinux.org>2019-04-15 10:55:28 +0000
commit3e96f1d31a74722b96209a608faf5ef9e0209b6f (patch)
treefe056656d70f604d6f51187f1fccfdc0201a3826 /community/ceph/allperms.patch
parent4c5ee31595c3d2906f7681dfc582cd89e688a54e (diff)
downloadaports-3e96f1d31a74722b96209a608faf5ef9e0209b6f.tar.bz2
aports-3e96f1d31a74722b96209a608faf5ef9e0209b6f.tar.xz
community/ceph: move from testing
Add radosgw subpackage back again.
Diffstat (limited to 'community/ceph/allperms.patch')
-rw-r--r--community/ceph/allperms.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/community/ceph/allperms.patch b/community/ceph/allperms.patch
new file mode 100644
index 0000000000..a5ce1c031d
--- /dev/null
+++ b/community/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();