From c0b6ec457e6cb8cd56040f4b847e7c95eb66fbc3 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Fri, 13 Jun 2014 10:43:10 +0200 Subject: [PATCH] zip: don't link libbz2 even if its there Signed-off-by: Steven Barth --- utils/zip/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/zip/Makefile b/utils/zip/Makefile index e4f311935f..540285a9bd 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