aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/ijar/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/ijar/BUILD')
-rw-r--r--third_party/ijar/BUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/third_party/ijar/BUILD b/third_party/ijar/BUILD
index 1ab0975c02..2224dd6c93 100644
--- a/third_party/ijar/BUILD
+++ b/third_party/ijar/BUILD
@@ -14,7 +14,9 @@ cc_library(
"common.h",
"zip.h",
],
- # TODO(bazel-team): we should replace the -lz flag.
+ # TODO(bazel-team): we should replace the -lz flag, it is non-hermetic.
+ # We should instead use a new_local_repository once the autoconf
+ # mechanism is ready.
linkopts = ["-lz"],
)