ソースを参照

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