소스 검색

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