This is an automated email from the ASF dual-hosted git repository.

chhsiao pushed a commit to branch 1.7.x
in repository https://gitbox.apache.org/repos/asf/mesos.git

commit a30711ad3d712cdfff1b03537f50353299c0194a
Author: Chun-Hung Hsiao <chhs...@mesosphere.io>
AuthorDate: Thu Jan 3 16:41:30 2019 -0800

    Added missing 3rdparty patches to the distribution.
    
    Review: https://reviews.apache.org/r/69665
---
 3rdparty/Makefile.am | 27 +++++++++++++++++++++++----
 1 file changed, 23 insertions(+), 4 deletions(-)

diff --git a/3rdparty/Makefile.am b/3rdparty/Makefile.am
index 0ad6f78..b0cfbc9 100644
--- a/3rdparty/Makefile.am
+++ b/3rdparty/Makefile.am
@@ -97,22 +97,41 @@ EXTRA_DIST =                        \
 
 # We need to patch glog in order to deal with a compilation issue when
 # compiling with clang (and C++11); see MESOS-860, MESOS-966.
-EXTRA_DIST +=          \
+EXTRA_DIST +=                  \
   $(GLOG).patch
 
+# We need to patch gRPC for non-SSL build; see MEOS-9149.
+EXTRA_DIST +=                  \
+  $(GRPC).patch
+
 # We need to patch leveldb to prevent it from linking to snappy and
 # tcmalloc; see MESOS-1054, MESOS-1624.
-EXTRA_DIST +=          \
+EXTRA_DIST +=                  \
   $(LEVELDB).patch
 
 # We patch libev to keep it from reaping child processes.
-EXTRA_DIST +=          \
+EXTRA_DIST +=                  \
   $(LIBEV).patch
 
+# We need to patch PicoJSON for limiting the nesting level of JSON objects.
+EXTRA_DIST +=                  \
+  $(PICOJSON).patch
+
 # We need to patch ZooKeeper in order to get 3.4.8 to compile on PPC LE.
-EXTRA_DIST +=          \
+EXTRA_DIST +=                  \
   $(ZOOKEEPER).patch
 
+# We need the following patches for CMake and/or Windows builds.
+EXTRA_DIST +=                  \
+  $(BOOST).patch               \
+  $(GOOGLETEST).patch          \
+  $(LIBARCHIVE).patch          \
+  $(PROTOBUF).patch            \
+  bzip2-1.0.6.patch            \
+  cyrus-sasl-2.1.27rc3.patch   \
+  glog-da816ea70.patch         \
+  xz-5.2.3.patch
+
 CLEAN_EXTRACTED =              \
   $(BOOST)                     \
   $(CONCURRENTQUEUE)           \

Reply via email to