From eb6e90397eff1083f0574b6cbd94eb9f42d2d239 Mon Sep 17 00:00:00 2001 From: Damien Martin-Guillerez Date: Mon, 1 Jun 2015 14:45:21 +0000 Subject: Use the ijar ZIP implementation in Blaze instead of libarchive This ZIP implementation is lightweight and rely on zlib for compression. libarchive was a bit tricky to set-up so it's better to use that one. -- Change-Id: I607b492998572e834e095a4606eeb77c0b574542 Reviewed-on: https://bazel-review.googlesource.com/#/c/1410/ MOS_MIGRATED_REVID=94910072 --- third_party/ijar/BUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'third_party/ijar/BUILD') 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"], ) -- cgit v1.2.3