瀏覽代碼

zip: don't link libbz2 even if its there

Signed-off-by: Steven Barth <steven@midlink.org>
Steven Barth 10 年之前
父節點
當前提交
c0b6ec457e
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      utils/zip/Makefile

+ 1
- 0
utils/zip/Makefile 查看文件

@@ -49,6 +49,7 @@ define Build/Compile
49 49
 		CFLAGS="$(TARGET_CFLAGS)" \
50 50
 		CC="$(TARGET_CC) $(TARGET_CFLAGS) -O $(TARGET_CPPFLAGS) -I. -DUNIX" \
51 51
 		LD="$(TARGET_CC) $(TARGET_LDFLAGS)" \
52
+		IZ_BZIP2="no" \
52 53
 		install
53 54
 endef
54 55