added ceph-git, not compiling yet

This commit is contained in:
2019-02-22 01:39:17 +01:00
parent cff70e0282
commit ce3a296048
6 changed files with 338 additions and 0 deletions

11
ceph-git/boost-1.67.patch Normal file
View File

@@ -0,0 +1,11 @@
--- a/src/test/librbd/test_mock_Journal.cc 2018-06-03 01:56:35.407273176 +0300
+++ b/src/test/librbd/test_mock_Journal.cc 2018-06-03 01:56:29.800506081 +0300
@@ -1,6 +1,8 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab
+#define BOOST_BIND_NO_PLACEHOLDERS
+
#include "test/librbd/test_mock_fixture.h"
#include "test/journal/mock/MockJournaler.h"
#include "test/librbd/test_support.h"