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 <[email protected]>
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",