zip: don't link libbz2 even if its there
Signed-off-by: Steven Barth <steven@midlink.org>
This commit is contained in:
parent
2bcd36b0d6
commit
c0b6ec457e
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ define Build/Compile
|
||||||
CFLAGS="$(TARGET_CFLAGS)" \
|
CFLAGS="$(TARGET_CFLAGS)" \
|
||||||
CC="$(TARGET_CC) $(TARGET_CFLAGS) -O $(TARGET_CPPFLAGS) -I. -DUNIX" \
|
CC="$(TARGET_CC) $(TARGET_CFLAGS) -O $(TARGET_CPPFLAGS) -I. -DUNIX" \
|
||||||
LD="$(TARGET_CC) $(TARGET_LDFLAGS)" \
|
LD="$(TARGET_CC) $(TARGET_LDFLAGS)" \
|
||||||
|
IZ_BZIP2="no" \
|
||||||
install
|
install
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue