You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by bb...@apache.org on 2018/06/26 13:36:01 UTC

[2/3] mesos git commit: Removed `PICOJSON_USE_INT64` from libprocess build system.

Removed `PICOJSON_USE_INT64` from libprocess build system.

It is no longer necessary, since the macro is now set directly within
`stout/json.hpp`.

Review: https://reviews.apache.org/r/67633/


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

Branch: refs/heads/master
Commit: 4520541fb8453181e26424e7aa8b8513c175d6cb
Parents: 2a0d684
Author: Benno Evers <be...@mesosphere.com>
Authored: Tue Jun 26 13:56:18 2018 +0200
Committer: Benjamin Bannier <bb...@apache.org>
Committed: Tue Jun 26 14:36:18 2018 +0200

----------------------------------------------------------------------
 3rdparty/libprocess/Makefile.am | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/4520541f/3rdparty/libprocess/Makefile.am
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/Makefile.am b/3rdparty/libprocess/Makefile.am
index 8910416..de69d04 100644
--- a/3rdparty/libprocess/Makefile.am
+++ b/3rdparty/libprocess/Makefile.am
@@ -157,9 +157,7 @@ LIB_EV = -lev
 endif
 endif
 
-PICOJSON_INCLUDE_FLAGS =	\
-  -DPICOJSON_USE_INT64		\
-  -D__STDC_FORMAT_MACROS
+PICOJSON_INCLUDE_FLAGS = -D__STDC_FORMAT_MACROS
 if WITH_BUNDLED_PICOJSON
 PICOJSON_INCLUDE_FLAGS += -I$(PICOJSON)
 BUNDLED_DEPS += $(PICOJSON)-stamp