commit c0b6ec457e6cb8cd56040f4b847e7c95eb66fbc3
parent 2bcd36b0d68fbf99305de908fd52a32efa76ca80
Author: Steven Barth <steven@midlink.org>
Date: Fri, 13 Jun 2014 10:43:10 +0200
zip: don't link libbz2 even if its there
Signed-off-by: Steven Barth <steven@midlink.org>
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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