zip: don't link libbz2 even if its there

Signed-off-by: Steven Barth <steven@midlink.org>
This commit is contained in:
Steven Barth 2014-06-13 10:43:10 +02:00
parent 2bcd36b0d6
commit c0b6ec457e
1 changed files with 1 additions and 0 deletions

View File

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