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 eeed867 export
eeed867 is described below
commit eeed86745079d94249dd9bd5a9ab6a2c130cf1ad
Author: Josh Fischer <[email protected]>
AuthorDate: Thu Feb 6 07:21:13 2020 -0600
export
---
third_party/zookeeper/zookeeper.BUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/third_party/zookeeper/zookeeper.BUILD
b/third_party/zookeeper/zookeeper.BUILD
index 1700d0f..79c42b3 100644
--- a/third_party/zookeeper/zookeeper.BUILD
+++ b/third_party/zookeeper/zookeeper.BUILD
@@ -24,7 +24,7 @@ genrule(
cmd = "\n".join([
"export INSTALL_DIR=$$(pwd)/$(@D)",
"export TMP_DIR=$$(mktemp -d -t zookeeper.XXXXX)",
- "export CXXFLAGS=\"-Wno-error\"",
+ "export CXXFLAGS=-Wno-error",
"mkdir -p $$TMP_DIR",
"cp -R $$(pwd)/external/org_apache_zookeeper/* $$TMP_DIR",
"cd $$TMP_DIR/zookeeper-client/zookeeper-client-c",