Kaynağa Gözat

zip: don't link libbz2 even if its there

Signed-off-by: Steven Barth <steven@midlink.org>
Steven Barth 10 yıl önce
ebeveyn
işleme
c0b6ec457e
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1
    0
      utils/zip/Makefile

+ 1
- 0
utils/zip/Makefile Dosyayı Görüntüle

@@ -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