You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by bm...@apache.org on 2018/07/25 22:55:04 UTC

mesos git commit: Fixed a make install regression due to rapidjson.

Repository: mesos
Updated Branches:
  refs/heads/master 800f669b3 -> 56d421d4d


Fixed a make install regression due to rapidjson.

The `cursorstreamwrapper.h` header was only added after the 1.1.0
release.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/56d421d4
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/56d421d4
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/56d421d4

Branch: refs/heads/master
Commit: 56d421d4dc5f2d31f33e5262ad41940fa1007e94
Parents: 800f669
Author: Benjamin Mahler <bm...@apache.org>
Authored: Wed Jul 25 15:54:12 2018 -0700
Committer: Benjamin Mahler <bm...@apache.org>
Committed: Wed Jul 25 15:54:57 2018 -0700

----------------------------------------------------------------------
 3rdparty/Makefile.am | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/56d421d4/3rdparty/Makefile.am
----------------------------------------------------------------------
diff --git a/3rdparty/Makefile.am b/3rdparty/Makefile.am
index b2cbf58..26e5d55 100644
--- a/3rdparty/Makefile.am
+++ b/3rdparty/Makefile.am
@@ -344,7 +344,6 @@ nodist_rapidjson_HEADERS =				\
   $(RAPIDJSON)/include/rapidjson/msinttypes/inttypes.h	\
   $(RAPIDJSON)/include/rapidjson/msinttypes/stdint.h	\
   $(RAPIDJSON)/include/rapidjson/allocators.h		\
-  $(RAPIDJSON)/include/rapidjson/cursorstreamwrapper.h	\
   $(RAPIDJSON)/include/rapidjson/document.h		\
   $(RAPIDJSON)/include/rapidjson/encodedstream.h	\
   $(RAPIDJSON)/include/rapidjson/encodings.h		\