You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by jo...@apache.org on 2020/02/06 14:53:02 UTC

[incubator-heron] branch joshfischer/debian-container updated: adding flag for c

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

joshfischer pushed a commit to branch joshfischer/debian-container
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git


The following commit(s) were added to refs/heads/joshfischer/debian-container by this push:
     new 5f8675f  adding flag for c
5f8675f is described below

commit 5f8675fd58302375c12f0c4ffdfb32b4b77b642d
Author: Josh Fischer <jo...@joshfischer.io>
AuthorDate: Thu Feb 6 08:52:40 2020 -0600

    adding flag for c
---
 third_party/zookeeper/zookeeper.BUILD | 1 +
 1 file changed, 1 insertion(+)

diff --git a/third_party/zookeeper/zookeeper.BUILD b/third_party/zookeeper/zookeeper.BUILD
index 79c42b3..008cb5b 100644
--- a/third_party/zookeeper/zookeeper.BUILD
+++ b/third_party/zookeeper/zookeeper.BUILD
@@ -25,6 +25,7 @@ genrule(
         "export INSTALL_DIR=$$(pwd)/$(@D)",
         "export TMP_DIR=$$(mktemp -d -t zookeeper.XXXXX)",
         "export CXXFLAGS=-Wno-error",
+        "export CFLAGS=-Wno-error",
         "mkdir -p $$TMP_DIR",
         "cp -R $$(pwd)/external/org_apache_zookeeper/* $$TMP_DIR",
         "cd $$TMP_DIR/zookeeper-client/zookeeper-client-c",