aboutsummaryrefslogtreecommitdiff
path: root/utils/zip
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2014-06-13 10:43:10 +0200
committerSteven Barth <steven@midlink.org>2014-06-13 10:43:10 +0200
commitc0b6ec457e6cb8cd56040f4b847e7c95eb66fbc3 (patch)
tree4a5d755100b40949c5fbfc07c508398bfcee1c76 /utils/zip
parent2bcd36b0d68fbf99305de908fd52a32efa76ca80 (diff)
zip: don't link libbz2 even if its there
Signed-off-by: Steven Barth <steven@midlink.org>
Diffstat (limited to 'utils/zip')
-rw-r--r--utils/zip/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/zip/Makefile b/utils/zip/Makefile
index e4f311935..540285a9b 100644
--- a/utils/zip/Makefile
+++ b/utils/zip/Makefile
@@ -49,6 +49,7 @@ define Build/Compile
CFLAGS="$(TARGET_CFLAGS)" \
CC="$(TARGET_CC) $(TARGET_CFLAGS) -O $(TARGET_CPPFLAGS) -I. -DUNIX" \
LD="$(TARGET_CC) $(TARGET_LDFLAGS)" \
+ IZ_BZIP2="no" \
install
endef